mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Added icons to buttons in edit peer permissions box.
This commit is contained in:
parent
5f2c8acae9
commit
70a61fa2a4
1 changed files with 6 additions and 6 deletions
|
@ -637,8 +637,8 @@ void AddSuggestGigagroup(
|
|||
tr::lng_rights_gigagroup_convert(),
|
||||
rpl::single(QString()),
|
||||
std::move(callback),
|
||||
st::peerPermissionsButton,
|
||||
{}));
|
||||
st::manageGroupTopicsButton,
|
||||
{ &st::settingsIconAskQuestion, Settings::kIconGreen }));
|
||||
|
||||
container->add(
|
||||
object_ptr<Ui::DividerLabel>(
|
||||
|
@ -673,8 +673,8 @@ void AddBannedButtons(
|
|||
peer,
|
||||
ParticipantsBoxController::Role::Restricted);
|
||||
},
|
||||
st::peerPermissionsButton,
|
||||
{}));
|
||||
st::manageGroupTopicsButton,
|
||||
{ &st::settingsIconKey, Settings::kIconLightOrange }));
|
||||
if (channel) {
|
||||
container->add(EditPeerInfoBox::CreateButton(
|
||||
container,
|
||||
|
@ -687,8 +687,8 @@ void AddBannedButtons(
|
|||
peer,
|
||||
ParticipantsBoxController::Role::Kicked);
|
||||
},
|
||||
st::peerPermissionsButton,
|
||||
{}));
|
||||
st::manageGroupTopicsButton,
|
||||
{ &st::settingsIconMinus, Settings::kIconRed }));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue