diff options
Diffstat (limited to 'routes/preferences.php')
| -rw-r--r-- | routes/preferences.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/preferences.php b/routes/preferences.php index 8ccf74e..40e41fd 100644 --- a/routes/preferences.php +++ b/routes/preferences.php @@ -21,6 +21,7 @@ Router::getInstance()->mount('/fragment/preferences', function (array $args) { $settings->set('interface.smallUnreadIndicators', $_POST['smallIndicators']); $settings->set('locale.timezone', $_POST['timezone']); $settings->set('profile.rssEnabled', $_POST['rssEnabled']); + $settings->set('noteDefaults.indexable', $_POST['notesIndexable']); $saved = true; } |
