mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-01 03:10:13 -05:00
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:
@@ -585,7 +585,6 @@ app.whenReady().then(() => {
|
||||
|
||||
startServer(() => {
|
||||
createMainWindow()
|
||||
createQuickEntryWindow()
|
||||
setupTray()
|
||||
|
||||
registerQuickEntryShortcut(DEFAULT_QUICK_ENTRY_SHORTCUT)
|
||||
|
||||
Reference in New Issue
Block a user