remove menu bar

This commit is contained in:
khlam 2019-10-12 22:28:53 -07:00
parent 362f754681
commit 2bbbd2528a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -18,7 +18,7 @@ function createWindow () {
webviewTag: true
}
})
mainWindow.setMenu(null)
// and load the index.html of the app.
mainWindow.loadFile('index.html')

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "SBD",
"name": "DSB",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,