Skip to content

Commit

Permalink
prevent devtools from opening on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Aug 30, 2018
1 parent d8dfbc2 commit 6861e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ Optional arguments:
mainWindow = null;
});

//if (isDev) {
if (isDev) {
mainWindow.openDevTools();
//}
}
});
}

0 comments on commit 6861e8c

Please sign in to comment.