mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Support personal photo edit in EditContactBox.
This commit is contained in:
@@ -73,7 +73,6 @@ not_null<Ui::RpWidget*> PanelForm::setupContent() {
|
||||
object_ptr<Ui::UserpicButton>(
|
||||
userpicWrap,
|
||||
bot,
|
||||
Ui::UserpicButton::Role::Custom,
|
||||
st::passportFormUserpic));
|
||||
userpicWrap->widthValue(
|
||||
) | rpl::start_with_next([=](int width) {
|
||||
|
||||
@@ -31,7 +31,6 @@ PanelAskPassword::PanelAskPassword(
|
||||
, _userpic(
|
||||
this,
|
||||
_controller->bot(),
|
||||
Ui::UserpicButton::Role::Custom,
|
||||
st::passportPasswordUserpic)
|
||||
, _about1(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user