Fix missing icons in admin log context menu
This commit is contained in:
parent
60abd944b9
commit
0803dfb584
1 changed files with 2 additions and 2 deletions
|
|
@ -1459,7 +1459,7 @@ void InnerWidget::suggestRestrictParticipant(
|
||||||
editRestrictions(false, ChatRestrictionsInfo());
|
editRestrictions(false, ChatRestrictionsInfo());
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
});
|
}, user ? &st::menuIconRestrict : &st::menuIconRemove);
|
||||||
|
|
||||||
if (user) {
|
if (user) {
|
||||||
_menu->addAction(tr::lng_context_remove_from_group(tr::now), [=] {
|
_menu->addAction(tr::lng_context_remove_from_group(tr::now), [=] {
|
||||||
|
|
@ -1511,7 +1511,7 @@ void InnerWidget::suggestRestrictParticipant(
|
||||||
editRestrictions(false, bannedRights);
|
editRestrictions(false, bannedRights);
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
});
|
}, &st::menuIconRemove);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue