diff --git a/main.js b/main.js index 2b34824..c8b2011 100644 --- a/main.js +++ b/main.js @@ -1049,6 +1049,7 @@ ipcMain.on('show-folder-context-menu', (event, folderPath) => { // clean up on exit app.on('window-all-closed', () => { if (process.platform !== 'darwin'){ + app.isQuiting = true; app.quit(); } });