mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 07:56:03 +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