From a94c42411bfa02a9a344a435ea6dc30d621095d1 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 23 Jun 2022 11:35:44 +0400 Subject: [PATCH] Show verified badge in chat top bar. --- .../SourceFiles/history/view/history_view_top_bar_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp index 7dc301bfa6..0f0ae7d68c 100644 --- a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp +++ b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp @@ -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(