diff --git a/src/public/app/services/keyboard_actions.js b/src/public/app/services/keyboard_actions.js index 53ea4dcaf..0e2a47d3a 100644 --- a/src/public/app/services/keyboard_actions.js +++ b/src/public/app/services/keyboard_actions.js @@ -89,7 +89,11 @@ function updateDisplayedShortcuts($container) { const action = await getAction(actionName, true); if (action) { - $(el).text(action.effectiveShortcuts.join(', ')); + const keyboardActions = action.effectiveShortcuts.join(', '); + + if (keyboardActions || $(el).text() !== "not set") { + $(el).text(keyboardActions); + } } }); diff --git a/src/scripts/Reddit Importer.tar b/src/scripts/Reddit Importer.tar deleted file mode 100644 index 53de98409..000000000 Binary files a/src/scripts/Reddit Importer.tar and /dev/null differ diff --git a/src/views/dialogs/help.ejs b/src/views/dialogs/help.ejs index 2c28a26d8..7cce6df02 100644 --- a/src/views/dialogs/help.ejs +++ b/src/views/dialogs/help.ejs @@ -18,12 +18,12 @@

@@ -40,10 +40,10 @@ Only in desktop (electron build):

@@ -55,9 +55,9 @@

@@ -69,15 +69,15 @@

@@ -89,12 +89,12 @@

@@ -121,9 +121,9 @@

@@ -135,9 +135,9 @@