mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-03 11:57:41 +01:00
hide menu bu default and set autohide fix #137
This commit is contained in:
parent
706bdb37c1
commit
8f614ccecd
@ -18,6 +18,9 @@ function createWindow() {
|
||||
useContentSize: true
|
||||
});
|
||||
|
||||
win.setAutoHideMenuBar(true);
|
||||
win.setMenuBarVisibility(false);
|
||||
|
||||
var server = http.createServer(requestHandler).listen(9527);
|
||||
const sengiUrl = "http://localhost:9527";
|
||||
win.loadURL(sengiUrl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user