mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Show comments bar when no unread bar.
This commit is contained in:
@@ -2104,7 +2104,7 @@ void History::addUnreadBar() {
|
||||
}
|
||||
if (const auto count = chatListUnreadCount()) {
|
||||
_unreadBarView = _firstUnreadView;
|
||||
_unreadBarView->createUnreadBar();
|
||||
_unreadBarView->createUnreadBar(tr::lng_unread_bar_some());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user