Add preference to always display sensitive media (#6448)

This commit is contained in:
Eugen Rochko
2018-02-09 00:26:57 +01:00
committed by GitHub
parent 1167c6dbf8
commit 76f3d5d16b
12 changed files with 38 additions and 26 deletions

View File

@ -38,6 +38,7 @@
.fields-group
= f.input :setting_auto_play_gif, as: :boolean, wrapper: :with_label
= f.input :setting_display_sensitive_media, as: :boolean, wrapper: :with_label
= f.input :setting_reduce_motion, as: :boolean, wrapper: :with_label
= f.input :setting_system_font_ui, as: :boolean, wrapper: :with_label