mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Show user name when deleting all messages from user.
This commit is contained in:
@@ -1013,7 +1013,11 @@ void PeerMenuBlockUserBox(
|
||||
const auto allFromUser = v::is<ClearReply>(suggestClear)
|
||||
? box->addRow(object_ptr<Ui::Checkbox>(
|
||||
box,
|
||||
tr::lng_delete_all_from(tr::now),
|
||||
tr::lng_delete_all_from_user(
|
||||
tr::now,
|
||||
lt_user,
|
||||
Ui::Text::Bold(peer->name),
|
||||
Ui::Text::WithEntities),
|
||||
true,
|
||||
st::defaultBoxCheckbox))
|
||||
: nullptr;
|
||||
|
Reference in New Issue
Block a user