Browse Source

Merge pull request #137 from AppIns/patch-1

Comment out enabling dev tools
main
Zeke Sikelianos 9 years ago
committed by GitHub
parent
commit
1a4fd86f69
  1. 2
      main.js

2
main.js

@ -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 () {

Loading…
Cancel
Save