Sfoglia il codice sorgente

Merge pull request #137 from AppIns/patch-1

Comment out enabling dev tools
Zeke Sikelianos 8 anni fa
parent
commit
1a4fd86f69
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      main.js

+ 1 - 1
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 () {