From 39296a852e74962b039c9a24b923a09c1e13e095 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 31 Mar 2022 16:03:38 +0200 Subject: [PATCH] #254 keyboard shortcuts in main menu --- app/src/mainMenuDefinition.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/mainMenuDefinition.js b/app/src/mainMenuDefinition.js index 06e5a251..ae5d3121 100644 --- a/app/src/mainMenuDefinition.js +++ b/app/src/mainMenuDefinition.js @@ -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 }, ],