Use CommandOrControl+Q for quit role on Linux

This commit is contained in:
Kevin Sawicki 2016-07-07 09:19:20 -07:00
parent 583122ee3e
commit 1e0e5b0eff

View file

@ -64,7 +64,7 @@ const roles = {
default: return 'Quit'
}
},
accelerator: process.platform === 'win32' ? null : 'Command+Q',
accelerator: process.platform === 'win32' ? null : 'CommandOrControl+Q',
appMethod: 'quit'
},
redo: {