mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix transfer ownership button visibility.
Regression was introduced in 569340c7d3
.
This commit is contained in:
@@ -357,7 +357,7 @@ void EditAdminBox::prepare() {
|
||||
_aboutAddAdmins = addControl(
|
||||
object_ptr<Ui::FlatLabel>(this, st::boxDividerLabel),
|
||||
st::rightsAboutMargin);
|
||||
std::move(
|
||||
rpl::duplicate(
|
||||
selectedFlags
|
||||
) | rpl::map(
|
||||
(_1 & Flag::f_add_admins) != 0
|
||||
|
Reference in New Issue
Block a user