From 3f211a654f1a59fa0d6ccef8db7fba84815be72d Mon Sep 17 00:00:00 2001 From: KMY Date: Sun, 13 Aug 2023 06:38:42 +0900 Subject: [PATCH] Remove unsafe limited distrubition setting --- app/views/settings/preferences/other/show.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/settings/preferences/other/show.html.haml b/app/views/settings/preferences/other/show.html.haml index c6c267c8c7..c2fe16c16f 100644 --- a/app/views/settings/preferences/other/show.html.haml +++ b/app/views/settings/preferences/other/show.html.haml @@ -42,9 +42,6 @@ .fields-group = ff.input :public_post_to_unlisted, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_public_post_to_unlisted'), hint: I18n.t('simple_form.hints.defaults.setting_public_post_to_unlisted') - .fields-group - = ff.input :unsafe_limited_distribution, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_unsafe_limited_distribution'), hint: I18n.t('simple_form.hints.defaults.setting_unsafe_limited_distribution') - .fields-group = ff.input :default_sensitive, wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_default_sensitive'), hint: I18n.t('simple_form.hints.defaults.setting_default_sensitive')