2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Use simplified TextStyle.

This commit is contained in:
John Preston
2023-10-12 10:53:40 +04:00
parent cba8387589
commit dd692f2d26
23 changed files with 29 additions and 149 deletions

View File

@@ -543,7 +543,7 @@ void Cover::refreshStatusText() {
onlineCount,
channel->isMegagroup());
return hasMembersLink
? Ui::Text::Colorized(result)
? Ui::Text::Link(result)
: TextWithEntities{ .text = result };
}
return tr::lng_chat_status_unaccessible(tr::now, WithEntities);