mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Improve separate window support.
This commit is contained in:
@@ -1877,8 +1877,7 @@ void SessionController::showForum(
|
||||
const SectionShow ¶ms) {
|
||||
if (showForumInDifferentWindow(forum, params)) {
|
||||
return;
|
||||
} else if (HistoryView::SubsectionTabs::UsedFor(
|
||||
forum->owner().history(forum->channel()))) {
|
||||
} else if (forum->channel()->useSubsectionTabs()) {
|
||||
showPeerHistory(forum->channel(), params);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user