Remove window menu

This commit is contained in:
2026-01-03 17:07:28 +01:00
committed by GitHub
parent 151fc92ad1
commit ee60fde867

View File

@@ -16,6 +16,7 @@ function createWindow() {
backgroundThrottling: false
}
});
win.setMenu(null);
let canvasSizeInterval;