Use CommandOrControl+Q for quit role on Linux
This commit is contained in:
parent
583122ee3e
commit
1e0e5b0eff
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const roles = {
|
||||||
default: return 'Quit'
|
default: return 'Quit'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
accelerator: process.platform === 'win32' ? null : 'Command+Q',
|
accelerator: process.platform === 'win32' ? null : 'CommandOrControl+Q',
|
||||||
appMethod: 'quit'
|
appMethod: 'quit'
|
||||||
},
|
},
|
||||||
redo: {
|
redo: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue