2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Replaced icons in manage group / channel.

This commit is contained in:
23rd
2022-04-24 01:03:04 +03:00
committed by John Preston
parent 31cd841b75
commit 4a4cc766c2
32 changed files with 126 additions and 132 deletions

View File

@@ -510,7 +510,8 @@ not_null<Ui::SlideWrap<Ui::RpWidget>*> EditAdminBox::setupTransferButton(
: tr::lng_rights_transfer_channel)(),
rpl::single(QString()),
[=] { transferOwnership(); },
st::peerPermissionsButton));
st::peerPermissionsButton,
{}));
return wrap;
}