Use CTRL+SHIFT+I for toggling devtools, fix #2205
This commit is contained in:
parent
1e9eccf959
commit
9ee0d46734
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue