mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
} else {
|
||||||
_cornerButtons.updateJumpDownVisibility(
|
_cornerButtons.updateJumpDownVisibility(_history->peer->isForum()
|
||||||
_history->chatListBadgesState().unreadCounter);
|
? 0
|
||||||
|
: _history->chatListBadgesState().unreadCounter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue