From 08a64f0dc09c4ecb1fc01b9a8802b2ba8def3810 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Thu, 4 Sep 2025 13:05:37 +0300 Subject: [PATCH] Fixed color of lottie icon from transcribe voices while loading. --- .../SourceFiles/history/view/media/history_view_document.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/SourceFiles/history/view/media/history_view_document.cpp b/Telegram/SourceFiles/history/view/media/history_view_document.cpp index e6e2a026f9..41eeb0be46 100644 --- a/Telegram/SourceFiles/history/view/media/history_view_document.cpp +++ b/Telegram/SourceFiles/history/view/media/history_view_document.cpp @@ -447,6 +447,8 @@ QSize Document::countOptimalSize() { ? Lottie::IconDescriptor{ .name = u"transcribe_loading"_q, .sizeOverride = Size(st::historyTranscribeLoadingSize), + .color = &st::historyTextInFg, + .colorizeUsingAlpha = true, } : Lottie::IconDescriptor(); auto text = (entry.requestId || !entry.shown)