Ver Fonte

set alphabetical order

matteozamu há 1 ano atrás
pai
commit
dfa52d1736

+ 4 - 4
web/src/lib/components/user-settings-page/user-settings-list.svelte

@@ -35,6 +35,10 @@
   <UserAPIKeyList bind:keys />
 </SettingAccordion>
 
+<SettingAccordion title="Appearance" subtitle="Manage the appearance of Immich">
+  <AppearanceSettings />
+</SettingAccordion>
+
 <SettingAccordion title="Authorized Devices" subtitle="Manage your logged-in devices">
   <DeviceList bind:devices />
 </SettingAccordion>
@@ -68,7 +72,3 @@
 <SettingAccordion title="Sidebar" subtitle="Manage sidebar settings">
   <SidebarSettings />
 </SettingAccordion>
-
-<SettingAccordion title="Appearance" subtitle="Manage the appearance of Immich">
-  <AppearanceSettings />
-</SettingAccordion>