Use more simple tr::... text helpers.

This commit is contained in:
John Preston
2025-12-15 12:15:25 +04:00
parent 629158fedb
commit 08a979e638
213 changed files with 1657 additions and 1643 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ constexpr auto kShowChatNamesCount = 8;
result,
lt_chat,
wrapName(*i),
Ui::Text::WithEntities);
tr::marked);
}
return result;
}();
@@ -104,7 +104,7 @@ constexpr auto kShowChatNamesCount = 8;
(count - shown),
lt_chats,
accumulated,
Ui::Text::WithEntities)
tr::marked)
: accumulated;
}