stop opening dev toolbar
This commit is contained in:
parent
1aa78c8029
commit
0b17ca6043
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function getPidsForProcessName(name) {
|
|||
function createWindow () {
|
||||
win = new BrowserWindow({backgroundColor: '#155B4A', minWidth: 800, minHeight: 600 }) //$color-primary
|
||||
win.maximize()
|
||||
win.webContents.openDevTools();
|
||||
// win.webContents.openDevTools();
|
||||
win.loadURL(`file://${__dirname}/dist/index.html`)
|
||||
win.on('closed', () => {
|
||||
win = null
|
||||
|
|
Loading…
Add table
Reference in a new issue