mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
reorder theme settings to the top of general
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user