1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 04:55:54 +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;
case "qmcHKhelp":
this.helpDialog("main");
this.hotkeyHelp();
break;
default:
console.log("quickMenuGo: unknown action: " + opid);