remove Electron development menu from blend-settings
This commit is contained in:
parent
5756f61ec1
commit
a86d8ff966
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function createWindow() {
|
||||||
autoHideMenuBar: true
|
autoHideMenuBar: true
|
||||||
})
|
})
|
||||||
|
|
||||||
//mainWindow.setMenu(null)
|
mainWindow.setMenu(null)
|
||||||
|
|
||||||
mainWindow.loadFile('src/index.html')
|
mainWindow.loadFile('src/index.html')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue