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