Hide the toolbar
This commit is contained in:
parent
a3db31b579
commit
98f74bf031
@ -16,6 +16,9 @@ function createWindow() {
|
|||||||
shell.openExternal(url)
|
shell.openExternal(url)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Hide the toolbar
|
||||||
|
win.setMenuBarVisibility(false)
|
||||||
|
|
||||||
// The starting point of the app
|
// The starting point of the app
|
||||||
win.loadFile('./frontend/index.html')
|
win.loadFile('./frontend/index.html')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user