1
0
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:
Nicolas Constant 2019-07-19 21:32:44 -04:00
parent 706bdb37c1
commit 8f614ccecd
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

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