diff options
author | Faye Duxovni <duxovni@duxovni.org> | 2019-10-24 16:51:41 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-24 22:51:41 +0200 |
commit | 48f75b86aed816ef5afaaae64416dbeaa14e4fda (patch) | |
tree | 371840035b251cc15daf7ba1a494c2ccddda8ff5 /app/views | |
parent | a6269b2f83e3eed1a8ab545f5756cd7b582075f5 (diff) |
Add setting for whether to crop images in unexpanded toots (#12126)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/appearance/show.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/settings/preferences/appearance/show.html.haml b/app/views/settings/preferences/appearance/show.html.haml index d6ee1933f..9ed83fb93 100644 --- a/app/views/settings/preferences/appearance/show.html.haml +++ b/app/views/settings/preferences/appearance/show.html.haml @@ -25,6 +25,11 @@ = f.input :setting_reduce_motion, as: :boolean, wrapper: :with_label = f.input :setting_system_font_ui, as: :boolean, wrapper: :with_label + %h4= t 'appearance.toot_layout' + + .fields-group + = f.input :setting_crop_images, as: :boolean, wrapper: :with_label + %h4= t 'appearance.discovery' .fields-group |