From d54ade5c15fb4f9402f731c37c3d5faf70b61943 Mon Sep 17 00:00:00 2001 From: atsu1125 Date: Mon, 13 Mar 2023 18:38:23 +0900 Subject: [PATCH] Change default user setting --- config/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/settings.yml b/config/settings.yml index ec7adf99d740a9..74b6b84996de0e 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -18,8 +18,8 @@ defaults: &defaults show_staff_badge: true default_sensitive: false hide_network: false - unfollow_modal: false - boost_modal: false + unfollow_modal: true + boost_modal: true favourite_modal: false delete_modal: true auto_play_gif: false