diff --git a/electron/main.ts b/electron/main.ts index a24424a..6f06789 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -85,6 +85,8 @@ const createWindow = () => { } }) }) + + if (!isDev) mainWindow.removeMenu() } // This method will be called when Electron has finished