diff --git a/src/main/index.ts b/src/main/index.ts index 9e064074..c11247a5 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -487,6 +487,7 @@ async function createWindow(first = true): Promise { const menuBuilder = new MenuBuilder(mainWindow); menuBuilder.buildMenu(); + Menu.setApplicationMenu(null); // Open URLs in the user's browser mainWindow.webContents.setWindowOpenHandler((edata) => {