fix hotkey help toolbar action

master
Andrew Dolgov 3 years ago
parent 61fdce4f44
commit 049c423454

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

Loading…
Cancel
Save