Skip to content

Commit

Permalink
Remove devtools on electron
Browse files Browse the repository at this point in the history
  • Loading branch information
lellex committed Apr 7, 2017
1 parent 9f6baf6 commit 37d8bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function createWindow () {
mainWindow.loadURL('file://' + __dirname + '/index.html');

// Open the DevTools.
mainWindow.webContents.openDevTools();
// mainWindow.webContents.openDevTools();
app.commandLine.appendSwitch('enable-speech-dispatcher');

// Emitted when the window is closed.
Expand Down

0 comments on commit 37d8bc2

Please sign in to comment.