mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Allow disabling animations in folder emoji.
This commit is contained in:
@@ -4181,7 +4181,7 @@ QImage *InnerWidget::cacheChatsFilterTag(
|
||||
auto roundedText = TextWithEntities();
|
||||
auto colorIndex = -1;
|
||||
if (filter.id()) {
|
||||
roundedText = filter.title();
|
||||
roundedText = filter.title().text;
|
||||
roundedText.text = roundedText.text.toUpper();
|
||||
if (filter.colorIndex()) {
|
||||
colorIndex = *(filter.colorIndex());
|
||||
|
Reference in New Issue
Block a user