mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Paint unread mention badge as an icon.
This commit is contained in:
@@ -102,7 +102,7 @@ void HistoryDownButton::paintEvent(QPaintEvent *e) {
|
||||
st.font = st::historyToDownBadgeFont;
|
||||
st.size = st::historyToDownBadgeSize;
|
||||
st.sizeId = Dialogs::Ui::UnreadBadgeInHistoryToDown;
|
||||
Dialogs::Ui::paintUnreadCount(p, unreadString, width(), 0, st, nullptr, 4);
|
||||
Dialogs::Ui::PaintUnreadBadge(p, unreadString, width(), 0, st, 4);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user