2
0
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:
John Preston
2024-12-31 15:41:13 +04:00
parent c810005f86
commit 06341efe0d
17 changed files with 235 additions and 73 deletions

View File

@@ -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());