diff --git a/src/main/main.ts b/src/main/main.ts index 4a7b761e..1cf830ad 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -76,7 +76,7 @@ else { // quit application when all windows are closed app.on('window-all-closed', () => { // on macOS it is common for applications to stay open until the user explicitly quits - if (isMacOS) app.quit(); + if (!isMacOS) app.quit(); }); app.on('activate', async () => {