Skip to content

Commit

Permalink
Changed desktop.js to not open dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
RichoM committed Sep 5, 2020
1 parent c2a8184 commit f88e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function createWindow () {
win.maximize();
win.show();

win.openDevTools();
//win.openDevTools();
}

// This method will be called when Electron has finished
Expand Down

0 comments on commit f88e3c4

Please sign in to comment.