mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed color of lottie icon from transcribe voices while loading.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user