From 992218f05f76106857f2cb5a72c0bb4510aa4563 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sat, 4 May 2019 19:25:58 -0500 Subject: Anxiety reduction: add option to hide mascot. --- app/views/settings/preferences/show.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/settings/preferences/show.html.haml') diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index 634cd53ff..0bc83130c 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -63,6 +63,7 @@ = f.input :setting_larger_drawer, as: :boolean, wrapper: :with_label .fields-group + = f.input :setting_hide_mascot, as: :boolean, wrapper: :with_label = f.input :setting_remove_filtered, as: :boolean, wrapper: :with_label = f.input :setting_hide_replies_muted, as: :boolean, wrapper: :with_label = f.input :setting_hide_replies_blocked, as: :boolean, wrapper: :with_label -- cgit