1
0

auto-git:

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

View File

@@ -1049,7 +1049,6 @@ ipcMain.on('show-folder-context-menu', (event, folderPath) => {
// clean up on exit
app.on('window-all-closed', () => {
if (process.platform !== 'darwin'){
app.quit();
}
});