Disable dev console
This commit is contained in:
parent
a4b1602dfe
commit
261c977212
2
main.js
2
main.js
|
@ -19,7 +19,7 @@ function createWindow () {
|
||||||
win.loadFile('index.html')
|
win.loadFile('index.html')
|
||||||
|
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
win.webContents.openDevTools()
|
//win.webContents.openDevTools()
|
||||||
|
|
||||||
// Emitted when the window is closed.
|
// Emitted when the window is closed.
|
||||||
win.on('closed', () => {
|
win.on('closed', () => {
|
||||||
|
|
Loading…
Reference in New Issue