mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:35:55 +00:00
switchPanelMode: allow modifying layout in combined mode so that widescreen status won't be initially lost if starting in cdm
This commit is contained in:
@@ -179,7 +179,7 @@ require(["dojo/_base/kernel",
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
switchPanelMode: function(wide) {
|
switchPanelMode: function(wide) {
|
||||||
if (App.isCombinedMode()) return;
|
//if (App.isCombinedMode()) return;
|
||||||
|
|
||||||
const article_id = Article.getActive();
|
const article_id = Article.getActive();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user