mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
hide menu bar
This commit is contained in:
@@ -58,7 +58,7 @@ async function createMainWindow() {
|
||||
|
||||
mainWindowState.manage(win);
|
||||
|
||||
win.setMenu(null);
|
||||
win.setMenuBarVisibility(false);
|
||||
win.loadURL('http://localhost:' + await port);
|
||||
win.on('closed', onClosed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user