Skip to content

Commit

Permalink
Do not open dev tools by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aocenas committed May 28, 2017
1 parent 97bc07c commit f05613a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function createWindow() {
);

// Open the DevTools.
win.webContents.openDevTools();
// win.webContents.openDevTools();

// Emitted when the window is closed.
win.on('closed', () => {
Expand Down

0 comments on commit f05613a

Please sign in to comment.