mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-09 17:33:58 +02:00
Fix animated emoji in folder name.
This commit is contained in:
parent
abe8079296
commit
d1e4dbb603
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ void FillChooseFilterMenu(
|
|||
contains ? &st::mediaPlayerMenuCheck : nullptr);
|
||||
item->setMarkedText(title.text, QString(), Core::TextContext({
|
||||
.session = &history->session(),
|
||||
.repaint = [raw = item.get()] { raw->update(); },
|
||||
.customEmojiLoopLimit = title.isStatic ? -1 : 0,
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue