Remove dev tools

master
Rohan Vazarkar 2016-08-06 00:49:01 -07:00
parent 9b04873271
commit 7e8da89994
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function createWindow () {
mainWindow.loadURL(`file://${__dirname}/index.html`)
// Open the DevTools.
mainWindow.webContents.openDevTools()
//mainWindow.webContents.openDevTools()
// Emitted when the window is closed.
mainWindow.on('closed', function () {