Fixed color of lottie icon from transcribe voices while loading.

This commit is contained in:
23rd 2025-09-04 13:05:37 +03:00
parent 0babad837d
commit 08a64f0dc0

View file

@ -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)