2
0
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:
John Preston
2020-09-15 18:30:34 +03:00
parent cf48152853
commit 9abca29f4c
9 changed files with 121 additions and 63 deletions

View File

@@ -2104,7 +2104,7 @@ void History::addUnreadBar() {
}
if (const auto count = chatListUnreadCount()) {
_unreadBarView = _firstUnreadView;
_unreadBarView->createUnreadBar();
_unreadBarView->createUnreadBar(tr::lng_unread_bar_some());
}
}