Disable dev console

This commit is contained in:
Josh Stewart 2019-02-21 21:59:07 +11:00 committed by GitHub
parent a4b1602dfe
commit 261c977212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function createWindow () {
win.loadFile('index.html')
// Open the DevTools.
win.webContents.openDevTools()
//win.webContents.openDevTools()
// Emitted when the window is closed.
win.on('closed', () => {