From f8d23f70b9e5658b109a0180881fb272fccc28ca Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Thu, 30 Jul 2020 15:08:05 -0500 Subject: [UI, Accessibility] Make underlining hyperlinks optional --- app/controllers/settings/preferences_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers') diff --git a/app/controllers/settings/preferences_controller.rb b/app/controllers/settings/preferences_controller.rb index cc3b38dad..b189b394f 100644 --- a/app/controllers/settings/preferences_controller.rb +++ b/app/controllers/settings/preferences_controller.rb @@ -63,6 +63,7 @@ class Settings::PreferencesController < Settings::BaseController :setting_crop_images, :setting_manual_publish, :setting_style_dashed_nest, + :setting_style_underline_a, notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account trending_tag), interactions: %i(must_be_follower must_be_following must_be_following_dm) ) -- cgit