mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Update icons in settings / manage layers.
This commit is contained in:
@@ -1684,7 +1684,7 @@ base::unique_qptr<Ui::PopupMenu> ParticipantsBoxController::rowContextMenu(
|
||||
result->addAction(
|
||||
tr::lng_context_restrict_user(tr::now),
|
||||
crl::guard(this, [=] { showRestricted(user); }),
|
||||
&st::menuIconRestrict);
|
||||
&st::menuIconPermissions);
|
||||
}
|
||||
}
|
||||
if (user && _additional.canRemoveParticipant(participant)) {
|
||||
|
Reference in New Issue
Block a user