Merge branch 'master' of github.com:Kruhlmann/imgfloat-j

This commit is contained in:
2026-01-04 14:52:24 +01:00

View File

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