2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix uploading new group / account photo.

This commit is contained in:
John Preston
2022-12-29 12:16:13 +04:00
parent cad6faa790
commit 7e98e9ecf2
5 changed files with 11 additions and 6 deletions

View File

@@ -34,6 +34,8 @@ SignupWidget::SignupWidget(
, _first(this, st::introName, tr::lng_signup_firstname())
, _last(this, st::introName, tr::lng_signup_lastname())
, _invertOrder(langFirstNameGoesSecond()) {
_photo->showCustomOnChosen();
Lang::Updated(
) | rpl::start_with_next([=] {
refreshLang();