diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2017-12-10 23:10:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-10 23:10:19 -0500 |
commit | 08b0861b961a0f5e68ccd6a21db463671723652d (patch) | |
tree | 70f43d6c81aeca94c868e9ea1fb375ddc8c9ec76 /app/controllers/settings | |
parent | 01a3461befbf12f5ae0763af28dbc364f7d8936c (diff) | |
parent | 0466aa8d08796a227b01b1f698911856a198c2ee (diff) |
Merge pull request #250 from chriswmartin/fav-confirm-modal
add favourite confirmation modal
Diffstat (limited to 'app/controllers/settings')
-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, |