mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Update API scheme to layer 196.
This commit is contained in:
@@ -4271,7 +4271,7 @@ QImage *InnerWidget::cacheChatsFilterTag(
|
||||
auto roundedText = QString();
|
||||
auto colorIndex = -1;
|
||||
if (filter.id()) {
|
||||
roundedText = filter.title().toUpper();
|
||||
roundedText = filter.title().text.toUpper(); // todo filter emoji
|
||||
if (filter.colorIndex()) {
|
||||
colorIndex = *(filter.colorIndex());
|
||||
}
|
||||
|
Reference in New Issue
Block a user