feat: add keyboard shortcut to quit the app on Windows #1202
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default () => {
|
|||
{
|
||||
label: 'Close',
|
||||
accelerator: 'CmdOrCtrl+Q',
|
||||
role: 'quit'
|
||||
role: 'quit',
|
||||
},
|
||||
{
|
||||
label: 'Frequently Asked Questions',
|
||||
|
|
Loading…
Add table
Reference in a new issue