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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user