mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Added Window::Controller pointer to data of intro widget.
This commit is contained in:
parent
cc4055a5e3
commit
a2e674bdb6
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ SignupWidget::SignupWidget(
|
|||
: Step(parent, account, data)
|
||||
, _photo(
|
||||
this,
|
||||
data->controller,
|
||||
tr::lng_settings_crop_profile(tr::now),
|
||||
Ui::UserpicButton::Role::ChangePhoto,
|
||||
st::defaultUserpicButton)
|
||||
|
|
Loading…
Add table
Reference in a new issue