Skip to content

Commit

Permalink
Forgot to remove devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupix committed May 19, 2019
1 parent f366477 commit 3d59dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app.on('ready', () => {
});

// Check if dev env FIXME
mainWindow.openDevTools();
// mainWindow.openDevTools();

// Remove default menu
mainWindow.setMenu(null);
Expand Down

0 comments on commit 3d59dbf

Please sign in to comment.