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

Replaced UsernameBox with generic box.

This commit is contained in:
23rd
2022-10-11 21:10:15 +03:00
committed by John Preston
parent 4f4d0bef25
commit acbc248f23
4 changed files with 110 additions and 174 deletions

View File

@@ -450,7 +450,7 @@ void SetupRows(
std::move(label),
std::move(value),
tr::lng_context_copy_mention(tr::now),
[=] { controller->show(Box<UsernameBox>(session)); },
[=] { controller->show(Box(UsernamesBox, session)); },
{ &st::settingsIconMention, kIconLightOrange });
AddSkip(container);