[BUG] fix double click to open app

This commit is contained in:
metacryst
2026-02-09 02:56:00 -06:00
parent 9d0149de75
commit 4432acfea5
6 changed files with 61 additions and 91 deletions

View File

@@ -11,7 +11,6 @@ export default class Socket {
}
async init() {
console.log("initting")
await this.connection.init()
}