1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-24 23:52:41 +02:00
parent 5d6976b061
commit 9e2dfdd23f

View File

@@ -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();
}
});