reorder theme settings to the top of general

This commit is contained in:
jeffvli
2025-12-14 14:55:10 -08:00
parent 858678ea93
commit 649f541077
@@ -20,8 +20,8 @@ export const GeneralTab = () => {
const sections = useMemo(() => {
const baseSections = [
{ component: ApplicationSettings, key: 'application' },
{ component: ThemeSettings, key: 'theme' },
{ component: ApplicationSettings, key: 'application' },
{ component: ControlSettings, key: 'control' },
{ component: SidebarSettings, key: 'sidebar' },
{ component: ScrobbleSettings, key: 'scrobble' },