Hide the toolbar

This commit is contained in:
kolaente 2020-10-10 19:22:12 +02:00
parent a3db31b579
commit 98f74bf031
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ function createWindow() {
shell.openExternal(url)
})
// Hide the toolbar
win.setMenuBarVisibility(false)
// The starting point of the app
win.loadFile('./frontend/index.html')
}