From ee60fde867da71b098251d29d1a9313370ad535d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Sat, 3 Jan 2026 17:07:28 +0100 Subject: [PATCH] Remove window menu --- src/main/node/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/node/app.js b/src/main/node/app.js index 55b7c1d..1b1ed43 100644 --- a/src/main/node/app.js +++ b/src/main/node/app.js @@ -16,6 +16,7 @@ function createWindow() { backgroundThrottling: false } }); + win.setMenu(null); let canvasSizeInterval;