diff --git a/src/main/window-manager.ts b/src/main/window-manager.ts index 4cd748817e..5cedf58faa 100644 --- a/src/main/window-manager.ts +++ b/src/main/window-manager.ts @@ -95,6 +95,7 @@ export class WindowManager extends Singleton { contextIsolation: false, }, }); + this.mainWindow.removeMenu(); // Hide menu bar both in Windows and Linux this.windowState.manage(this.mainWindow); // open external links in default browser (target=_blank, window.open)