mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
megagroup members support improved
This commit is contained in:
@@ -1169,7 +1169,7 @@ void SettingsInner::onUpdatePhoto() {
|
||||
saveError(lang(lng_bad_photo));
|
||||
return;
|
||||
}
|
||||
PhotoCropBox *box = new PhotoCropBox(img, self()->id);
|
||||
PhotoCropBox *box = new PhotoCropBox(img, self());
|
||||
connect(box, SIGNAL(closed()), this, SLOT(onPhotoUpdateStart()));
|
||||
App::wnd()->showLayer(box);
|
||||
}
|
||||
|
Reference in New Issue
Block a user