feat: add keyboard shortcut to quit the app on Windows #1202
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ export default () => {
|
|||
shell.openExternal('https://lbry.io/faq');
|
||||
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Close',
|
||||
accelerator: 'CmdOrCtrl+Q',
|
||||
role: 'quit'
|
||||
},
|
||||
{
|
||||
label: 'Frequently Asked Questions',
|
||||
|
|
Loading…
Reference in a new issue
This shouldn't be under the help menu. Add it to a new submenu "File".
Remove the label "Close" as it should be automatically specified by the role.