Skip to content

Commit

Permalink
fix: hide devtools in electron
Browse files Browse the repository at this point in the history
  • Loading branch information
benkaiser committed Dec 21, 2015
1 parent f2ba6d7 commit 3dd15ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ electronApp.on('ready', function() {
mainWindow.loadUrl('http://localhost:' + app.get('port') + '/');

// show the dev tool
mainWindow.toggleDevTools();
// mainWindow.toggleDevTools();

// Emitted when the window is closed.
mainWindow.on('closed', function() {
Expand Down

0 comments on commit 3dd15ad

Please sign in to comment.