Change: #246 公開範囲「ローカル公開」無効と同時に、検索許可「ローカルとフォロワー」も無効にする (#368)

This commit is contained in:
KMY(雪あすか) 2023-12-22 10:10:57 +09:00 committed by GitHub
parent 789afccf9b
commit be77654f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 7 deletions

View file

@ -43,7 +43,7 @@
%h4= t('admin.settings.discovery.visibilities')
.fields-group
= f.input :enable_public_unlisted_visibility, as: :boolean, wrapper: :with_label, kmyblue: true, hint: false
= f.input :enable_public_unlisted_visibility, as: :boolean, wrapper: :with_label, kmyblue: true
.fields-group
= f.input :enable_local_timeline, as: :boolean, wrapper: :with_label, kmyblue: true