diff --git a/app/Http/Controllers/Admin/AdminSettingsController.php b/app/Http/Controllers/Admin/AdminSettingsController.php index 48b920dba..ab1a4ab5c 100644 --- a/app/Http/Controllers/Admin/AdminSettingsController.php +++ b/app/Http/Controllers/Admin/AdminSettingsController.php @@ -140,7 +140,9 @@ trait AdminSettingsController 'show_custom_css' => 'uikit.show_custom.css', 'show_custom_js' => 'uikit.show_custom.js', 'cloud_storage' => 'pixelfed.cloud_storage', - 'account_autofollow' => 'account.autofollow' + 'account_autofollow' => 'account.autofollow', + 'show_directory' => 'landing.show_directory', + 'show_explore_feed' => 'landing.show_explore_feed', ]; foreach ($bools as $key => $value) {