diff --git a/src/main.ts b/src/main.ts index b86cba4..b0c8294 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4201,6 +4201,7 @@ app.on('window-all-closed', () => { if (currentProcess) { currentProcess.kill(); } + saveConfig(config); flushQueueSave(); if (process.platform !== 'darwin') { @@ -4213,5 +4214,6 @@ app.on('before-quit', () => { cleanupMetadataCaches('shutdown'); stopDebugLogFlushTimer(true); stopAutoUpdatePolling(); + saveConfig(config); flushQueueSave(); });