fix hotkey help toolbar action

This commit is contained in:
Andrew Dolgov 2021-02-18 18:12:30 +03:00
parent 61fdce4f44
commit 049c423454
1 changed files with 1 additions and 1 deletions

View File

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