Skip to content

Commit

Permalink
disable debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pvrobays committed Sep 13, 2021
1 parent 33273cd commit 557b3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const preferences = new ElectronPreferences({
},
// ...
},
debug: true,
debug: false, //true will open the dev tools
webPreferences: {
webSecurity: true
},
Expand Down

0 comments on commit 557b3c4

Please sign in to comment.