mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Show verified badge in chat top bar.
This commit is contained in:
parent
57f769f358
commit
a94c42411b
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ void TopBarWidget::paintTopBar(Painter &p) {
|
|||
const auto peer = history->peer;
|
||||
const auto &text = peer->topBarNameText();
|
||||
const auto badgeStyle = Ui::PeerBadgeStyle{
|
||||
nullptr, // verified
|
||||
&st::dialogsVerifiedIcon, // verified
|
||||
&st::dialogsPremiumIcon, // premium
|
||||
&st::attentionButtonFg };
|
||||
const auto badgeWidth = Ui::DrawPeerBadgeGetWidth(
|
||||
|
|
Loading…
Add table
Reference in a new issue