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