Show plain topics list for forum opened in community.

This commit is contained in:
John Preston
2026-07-19 00:44:19 +04:00
parent adf746a99a
commit 9d00f110f0
3 changed files with 26 additions and 17 deletions
@@ -1301,6 +1301,7 @@ void Widget::updateTopBarSuggestions() {
bool Widget::communityOverlaysShown() const {
return _openedCommunity
&& !_openedForum
&& (_inner->state() == WidgetState::Default);
}