mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix crop photo box title.
This commit is contained in:
@@ -74,7 +74,8 @@ void SetupPhoto(
|
||||
return;
|
||||
}
|
||||
|
||||
auto box = Ui::show(Box<PhotoCropBox>(image, self));
|
||||
const auto box = Ui::show(
|
||||
Box<PhotoCropBox>(image, lang(lng_settings_crop_profile)));
|
||||
box->ready(
|
||||
) | rpl::start_with_next([=](QImage &&image) {
|
||||
Auth().api().uploadPeerPhoto(self, std::move(image));
|
||||
|
Reference in New Issue
Block a user