Ver Fonte

WIP - Look in debug mode at the path...

craigsdennis há 9 anos atrás
pai
commit
a3487743ee
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -34,7 +34,7 @@ app.on('ready', function() {
   mainWindow.loadURL('file://' + __dirname + '/front-end/index.html');
 
   // Open the DevTools.
-  //mainWindow.webContents.openDevTools();
+  mainWindow.webContents.openDevTools();
 
   // Emitted when the window is closed.
   mainWindow.on('closed', function() {