summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/App.js2
1 files changed, 1 insertions, 1 deletions
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);