1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Not removing menu in linux

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-12-09 13:59:29 +03:00
parent d1ac212143
commit 72c35c680f

View File

@ -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)