mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Hide unread counter inside View as Messages.
This commit is contained in:
parent
080ab26804
commit
9dcea2cdef
1 changed files with 3 additions and 2 deletions
|
@ -2966,8 +2966,9 @@ void HistoryWidget::unreadCountUpdated() {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
_cornerButtons.updateJumpDownVisibility(
|
||||
_history->chatListBadgesState().unreadCounter);
|
||||
_cornerButtons.updateJumpDownVisibility(_history->peer->isForum()
|
||||
? 0
|
||||
: _history->chatListBadgesState().unreadCounter);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue