diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-09 10:26:22 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-09 10:26:22 -0600 |
commit | abe95b614b6355e61dd2955e09115ac473417c84 (patch) | |
tree | 77c7be825dd75ea4afe78c0d7cfe054592c92d05 /app/controllers | |
parent | 776867ea73f2fb9180a90b09cd98d801ca2aeef0 (diff) |
add initial components based off of tootsuite pr #1507
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/settings/preferences_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/settings/preferences_controller.rb b/app/controllers/settings/preferences_controller.rb index 277f0f657..9177d37da 100644 --- a/app/controllers/settings/preferences_controller.rb +++ b/app/controllers/settings/preferences_controller.rb @@ -33,6 +33,7 @@ class Settings::PreferencesController < Settings::BaseController :setting_default_sensitive, :setting_unfollow_modal, :setting_boost_modal, + :setting_favourite_modal, :setting_delete_modal, :setting_auto_play_gif, :setting_reduce_motion, |