feat: add keyboard shortcut to quit the app on Windows #1202

Merged
ykris45 merged 11 commits from patch-1 into master 2018-03-30 20:37:31 +02:00
Showing only changes of commit be559bebdd - Show all commits

View file

@ -41,6 +41,11 @@ export default () => {
shell.openExternal('https://lbry.io/faq');
IGassmann commented 2018-03-30 17:28:02 +02:00 (Migrated from github.com)
Review

This shouldn't be under the help menu. Add it to a new submenu "File".

This shouldn't be under the help menu. Add it to a new submenu "File".
IGassmann commented 2018-03-30 17:28:12 +02:00 (Migrated from github.com)
Review

Remove the label "Close" as it should be automatically specified by the role.

Remove the label "Close" as it should be automatically specified by the role.
}
},
},
{
label: 'Close',
accelerator: 'CmdOrCtrl+Q',
role: 'quit'
},
{
label: 'Frequently Asked Questions',