From 76118d0bfd7b380fb8690139ead694a1c9032edb Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 21 Aug 2026 20:52:06 +1000 Subject: [PATCH] Set default view to Profile --- app/Settings/SettingsRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Settings/SettingsRegistry.php b/app/Settings/SettingsRegistry.php index f6120a1..58d08c0 100644 --- a/app/Settings/SettingsRegistry.php +++ b/app/Settings/SettingsRegistry.php @@ -72,7 +72,7 @@ class SettingsRegistry 'type' => 'select', 'label' => 'Default Page', 'category' => 'FlightsGoneBy Settings', - 'default' => 'feed_first', + 'default' => 'profile', 'options' => [ ['value' => 'feed_first', 'label' => 'My Feed if Following People, My Profile if Not'], ['value' => 'profile', 'label' => 'My Profile'],