1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:25:56 +00:00

fix hotkey help toolbar action

This commit is contained in:
Andrew Dolgov
2021-02-18 18:12:30 +03:00
parent 61fdce4f44
commit 049c423454

View File

@@ -1234,7 +1234,7 @@ const App = {
} }
break; break;
case "qmcHKhelp": case "qmcHKhelp":
this.helpDialog("main"); this.hotkeyHelp();
break; break;
default: default:
console.log("quickMenuGo: unknown action: " + opid); console.log("quickMenuGo: unknown action: " + opid);