mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:05:55 +00:00
move isCombinedMode to AppBase so we wouldn't crash in preferences
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user