summaryrefslogtreecommitdiff
path: root/js/App.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-18 18:12:30 +0300
committerAndrew Dolgov <[email protected]>2021-02-18 18:12:30 +0300
commit049c423454e60582b20c456c790dd086143360dd (patch)
tree58a7919fa05bb8c0836b0c99a958f49717b00f1a /js/App.js
parent61fdce4f44fb9c210c19648d73c39ab9854703d2 (diff)
fix hotkey help toolbar action
Diffstat (limited to 'js/App.js')
-rw-r--r--js/App.js2
1 files changed, 1 insertions, 1 deletions
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);