Add option to disable swiping motions across the WebUI (#13885)

Fixes #13882
This commit is contained in:
ThibG
2020-09-30 19:31:03 +02:00
committed by GitHub
parent 2ee7e2c5c3
commit 78e45a5285
12 changed files with 21 additions and 3 deletions

View File

@ -30,6 +30,7 @@
.fields-group
= f.input :setting_auto_play_gif, as: :boolean, wrapper: :with_label, recommended: true
= f.input :setting_reduce_motion, as: :boolean, wrapper: :with_label
= f.input :setting_disable_swiping, as: :boolean, wrapper: :with_label
= f.input :setting_system_font_ui, as: :boolean, wrapper: :with_label
%h4= t 'appearance.toot_layout'