mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
fix: useless skip
This commit is contained in:
parent
62c4b1f30b
commit
fc3f59a053
1 changed files with 0 additions and 5 deletions
|
@ -749,8 +749,6 @@ object_ptr<Ui::RpWidget> Controller::createStickersEdit() {
|
||||||
container,
|
container,
|
||||||
tr::lng_group_stickers_description());
|
tr::lng_group_stickers_description());
|
||||||
|
|
||||||
Ui::AddSkip(container, bottomSkip);
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1464,9 +1462,6 @@ void Controller::fillManageSection() {
|
||||||
: tr::lng_profile_delete_channel)(),
|
: tr::lng_profile_delete_channel)(),
|
||||||
[=]{ deleteWithConfirmation(); }
|
[=]{ deleteWithConfirmation(); }
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
if (canEditStickers || canDeleteChannel) {
|
|
||||||
::AddSkip(_controls.buttonsLayout);
|
::AddSkip(_controls.buttonsLayout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue