diff options
| author | winter | 2025-03-30 19:18:51 +0100 |
|---|---|---|
| committer | winter | 2025-03-30 19:18:51 +0100 |
| commit | b5ec7311ef03232099dd3f8b30298738e1d0937e (patch) | |
| tree | 2b880f4828c1b4aebc311c1accb84c9f8b3692ae /templates | |
| parent | cd10f94269d7dcdd93df9fcda142a1e5a4441ae9 (diff) | |
allow changing indexable setting
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/preferences_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/preferences_form.php b/templates/preferences_form.php index ed13731..97a2900 100644 --- a/templates/preferences_form.php +++ b/templates/preferences_form.php @@ -24,6 +24,7 @@ function _user_pref(string $id, mixed $value, string $type) { _user_pref('timezone', $settings->get('locale.timezone'), 'timezone'); _user_pref('rssEnabled', $settings->getBool('profile.rssEnabled'), 'boolean'); _user_pref('pokeable', $user->actor->isPokeable(), 'boolean'); + _user_pref('notesIndexable', $settings->getBool('noteDefaults.indexable'), 'boolean'); ?> <div class="row"> |
