Merge pull request #137 from AppIns/patch-1

Comment out enabling dev tools
This commit is contained in:
Zeke Sikelianos 2017-04-01 11:15:07 -07:00 committed by GitHub
commit 1a4fd86f69
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function createWindow () {
}))
// Open the DevTools.
mainWindow.webContents.openDevTools()
// mainWindow.webContents.openDevTools()
// Emitted when the window is closed.
mainWindow.on('closed', function () {