Use CTRL+SHIFT+I for toggling devtools, fix #2205

This commit is contained in:
Cheng Zhao 2015-07-15 13:11:01 -07:00
parent 1e9eccf959
commit 9ee0d46734
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ var mainWindow = null;
// Quit when all windows are closed.
app.on('window-all-closed', function() {
// On OSX it is common for applications and their menu bar
// On OSX it is common for applications and their menu bar
// to stay active until the user quits explicitly with Cmd + Q
if (process.platform != 'darwin') {
app.quit();