[img-editor] Added 3:4 aspect ratio to crop options.

This commit is contained in:
23rd
2026-04-24 11:23:55 +03:00
parent ec5514a4a0
commit 7e6abebf9e
@@ -513,6 +513,7 @@ PhotoEditorControls::PhotoEditorControls(
add(tr::lng_photo_editor_crop_square(tr::now), 1.);
add(u"3:2"_q, 3. / 2.);
add(u"16:9"_q, 16. / 9.);
add(u"3:4"_q, 3. / 4.);
add(u"9:16"_q, 9. / 16.);
add(tr::lng_photo_editor_crop_free(tr::now), 0.);
const auto button = _cropRatioButton.get();