Skip to content

Commit

Permalink
disable developer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sotch-pr35mac committed Aug 15, 2018
1 parent 97be4e8 commit 07e4fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ app.on('ready', function() {
});

mainWindow.loadURL("file://"+__dirname+"/../views/index.html");
mainWindow.openDevTools();
// mainWindow.openDevTools();

mainWindow.on('close', function(e) {
// On macOS, don't close the window, just hide it
Expand Down

0 comments on commit 07e4fcf

Please sign in to comment.