Skip to content

Commit

Permalink
No need to add Developer-Tools in production env
Browse files Browse the repository at this point in the history
  • Loading branch information
xwartz committed Jul 27, 2016
1 parent c401dd9 commit 14457ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/main.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@ app.on('ready', async () => {
click() {
mainWindow.setFullScreen(!mainWindow.isFullScreen());
}
}, {
label: 'Toggle Developer Tools',
accelerator: 'Alt+Command+I',
click() {
mainWindow.toggleDevTools();
}
}]
}, {
label: 'Window',
Expand Down

0 comments on commit 14457ed

Please sign in to comment.