mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Customize installer
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user