2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Improve verified badge display.

This commit is contained in:
John Preston
2024-12-20 10:38:06 +04:00
parent 0363421862
commit 5c301353ec
22 changed files with 55 additions and 64 deletions

View File

@@ -1398,11 +1398,6 @@ void InnerWidget::paintPeerSearchResult(
context.width,
{
.peer = peer,
.verified = (context.active
? &st::dialogsVerifiedIconActive
: context.selected
? &st::dialogsVerifiedIconOver
: &st::dialogsVerifiedIcon),
.premium = &ThreeStateIcon(
st::dialogsPremiumIcon,
context.active,