fix(desktop): create quick-entry window lazily

Creating it at startup meant two renderers ran checkAuth() concurrently
and raced over the single-use refresh token. showQuickEntry() already
creates it on demand, including for the --quick-entry launch flag.
This commit is contained in:
kolaente
2026-07-29 22:23:21 +02:00
parent c0d7c0ffea
commit c00069a8d1
-1
View File
@@ -585,7 +585,6 @@ app.whenReady().then(() => {
startServer(() => {
createMainWindow()
createQuickEntryWindow()
setupTray()
registerQuickEntryShortcut(DEFAULT_QUICK_ENTRY_SHORTCUT)