From d72f661548e03ae3b76a6339f43e4036c15abd7a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 23:52:46 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c8b2011..614b1b8 100644 --- a/main.js +++ b/main.js @@ -1049,7 +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.isQuiting = true; app.quit(); } });