added autoHideMenuBar: true, to remove the white bar on top of the windows.

pull/164/head
Villian 2 years ago
parent f7668e17bf
commit 4cf6a89723

@ -25,6 +25,7 @@ app.commandLine.appendSwitch("--enable-features", "Metal");
function createWindow() {
win = new BrowserWindow({
autoHideMenuBar: true,
show: false,
icon: __dirname + "/assets/images/icon.png",
spellcheck: false,

Loading…
Cancel
Save