Add option to disable swiping motions across the WebUI (#13885)
Fixes #13882
This commit is contained in:
parent
2ee7e2c5c3
commit
78e45a5285
12 changed files with 21 additions and 3 deletions
|
@ -115,6 +115,7 @@ class User < ApplicationRecord
|
|||
:reduce_motion, :system_font_ui, :noindex, :theme, :display_media, :hide_network,
|
||||
:expand_spoilers, :default_language, :aggregate_reblogs, :show_application,
|
||||
:advanced_layout, :use_blurhash, :use_pending_items, :trends, :crop_images,
|
||||
:disable_swiping,
|
||||
to: :settings, prefix: :setting, allow_nil: false
|
||||
|
||||
attr_reader :invite_code, :sign_in_token_attempt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue