1
0

auto-git:

[change] main.js
 [change] preload.js
 [change] settings.html
This commit is contained in:
2025-05-24 20:44:27 +02:00
parent 0950bb3216
commit 3a20d22b80
3 changed files with 9 additions and 3 deletions

View File

@@ -902,6 +902,11 @@ app.whenReady().then(() => {
store.set('intelligentCommitThreshold', value);
});
ipcMain.on('close-settings', () => {
if (settingsWin) settingsWin.close();
});
// … Ende der IPC-Handler …
});