mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 01:45:06 +00:00
Use more simple tr::... text helpers.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user