Skip to content

Commit

Permalink
forgot to disable dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed Mar 3, 2022
1 parent a3a633d commit 4746892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"printWidth": 170
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ app.on( 'ready', () => {
main.enable(mainWindow.webContents);

// add right click menu to open the DevTools.
mainWindow.webContents.openDevTools();
// mainWindow.webContents.openDevTools();

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

0 comments on commit 4746892

Please sign in to comment.