#254 keyboard shortcuts in main menu

This commit is contained in:
Jan Prochazka 2022-03-31 16:03:38 +02:00
parent 1a035ca168
commit 39296a852e

View File

@ -76,6 +76,7 @@ module.exports = [
{ command: 'app.openIssue', hideDisabled: true },
{ command: 'app.openSponsoring', hideDisabled: true },
{ divider: true },
{ command: 'settings.commands', hideDisabled: true },
{ command: 'tabs.changelog', hideDisabled: true },
{ command: 'about.show', hideDisabled: true },
],