From ae5b140da05d854e44cd8aabc642c1888da3e54b Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Sat, 25 Apr 2026 20:29:19 +0300 Subject: [PATCH] fix: message shot text to upper --- .../SourceFiles/history/view/history_view_top_bar_widget.cpp | 1 + 1 file changed, 1 insertion(+) 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 cf6a3ec359..63b23a43a0 100644 --- a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp +++ b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp @@ -148,6 +148,7 @@ TopBarWidget::TopBarWidget( _forward->setTextTransform(Ui::RoundButtonTextTransform::ToUpper); _sendNow->setTextTransform(Ui::RoundButtonTextTransform::ToUpper); _delete->setTextTransform(Ui::RoundButtonTextTransform::ToUpper); + _messageShot->setTextTransform(Ui::RoundButtonTextTransform::ToUpper); Lang::Updated( ) | rpl::on_next([=] {