diff --git a/src/main/window-manager.ts b/src/main/window-manager.ts index 8d2ff61cc5..9add9461f1 100644 --- a/src/main/window-manager.ts +++ b/src/main/window-manager.ts @@ -96,7 +96,6 @@ 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)