set alphabetical order
This commit is contained in:
parent
0bcb9833f0
commit
dfa52d1736
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue