Set default view to Profile

This commit is contained in:
2026-08-21 20:52:06 +10:00
parent c0b8d10add
commit 76118d0bfd
+1 -1
View File
@@ -72,7 +72,7 @@ class SettingsRegistry
'type' => 'select', 'type' => 'select',
'label' => 'Default Page', 'label' => 'Default Page',
'category' => 'FlightsGoneBy Settings', 'category' => 'FlightsGoneBy Settings',
'default' => 'feed_first', 'default' => 'profile',
'options' => [ 'options' => [
['value' => 'feed_first', 'label' => 'My Feed if Following People, My Profile if Not'], ['value' => 'feed_first', 'label' => 'My Feed if Following People, My Profile if Not'],
['value' => 'profile', 'label' => 'My Profile'], ['value' => 'profile', 'label' => 'My Profile'],