Added Window::Controller pointer to data of intro widget.

This commit is contained in:
23rd 2021-02-21 06:51:30 +03:00
parent cc4055a5e3
commit a2e674bdb6

View file

@ -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)