mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01: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:
parent
bd66a9ef28
commit
41bf063e46
@ -179,7 +179,7 @@ require(["dojo/_base/kernel",
|
||||
}
|
||||
},
|
||||
switchPanelMode: function(wide) {
|
||||
if (App.isCombinedMode()) return;
|
||||
//if (App.isCombinedMode()) return;
|
||||
|
||||
const article_id = Article.getActive();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user