Customize installer

This commit is contained in:
2026-01-04 15:05:13 +01:00
parent 50e7ea9a81
commit a2a123ebd3
5 changed files with 68 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ function createWindow() {
icon: path.join(__dirname, "../resources/assets/icon/appicon.ico"),
webPreferences: { backgroundThrottling: false },
});
win.setMenu(null);
applicationWindow.setMenu(null);
let canvasSizeInterval;
const clearCanvasSizeInterval = () => {