diff --git a/js/App.js b/js/App.js index a3618409a..2041a6168 100644 --- a/js/App.js +++ b/js/App.js @@ -1222,7 +1222,7 @@ const App = { } break; case "qmcHKhelp": - this.helpDialog("main"); + this.hotkeyHelp() break; default: console.log("quickMenuGo: unknown action: " + opid);