summaryrefslogtreecommitdiff
path: root/js/AppBase.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/AppBase.js')
-rw-r--r--js/AppBase.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/AppBase.js b/js/AppBase.js
index 8f9d71653..b037a52a2 100644
--- a/js/AppBase.js
+++ b/js/AppBase.js
@@ -134,6 +134,9 @@ define(["dojo/_base/declare"], function (declare) {
}
},
+ isCombinedMode: function() {
+ return this.getInitParam("combined_display_mode");
+ },
getActionByHotkeySequence: function (sequence) {
const hotkeys_map = App.getInitParam("hotkeys");