mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 23:15:59 +00:00
Passcode lock button added to DialogsWidget.
This commit is contained in:
@@ -338,7 +338,7 @@ void IntroWidget::resizeEvent(QResizeEvent *e) {
|
||||
}
|
||||
|
||||
void IntroWidget::finish(const MTPUser &user, const QImage &photo) {
|
||||
App::wnd()->setupMain(true, &user);
|
||||
App::wnd()->setupMain(&user);
|
||||
if (!photo.isNull()) {
|
||||
App::app()->uploadProfilePhoto(photo, MTP::authedId());
|
||||
}
|
||||
|
Reference in New Issue
Block a user