mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-10-18 08:25:30 +02:00
Fixed color of lottie icon from transcribe voices while loading.
This commit is contained in:
parent
0babad837d
commit
08a64f0dc0
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue