mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-10-18 08:25:30 +02:00
Try fixing macOS action build.
This commit is contained in:
parent
811dfee42c
commit
36447eb1e3
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ QSize Document::countOptimalSize() {
|
|||
? Ui::Text::Italic(tr::lng_audio_transcribe_long(tr::now))
|
||||
: entry.failed
|
||||
? Ui::Text::Italic(tr::lng_attach_failed(tr::now))
|
||||
: TextWithEntities(entry.result).append(
|
||||
: TextWithEntities{ entry.result }.append(
|
||||
pending
|
||||
? Ui::Text::LottieEmoji(descriptor)
|
||||
: TextWithEntities());
|
||||
|
|
Loading…
Add table
Reference in a new issue