mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +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 sections = useMemo(() => {
|
||||||
const baseSections = [
|
const baseSections = [
|
||||||
{ component: ApplicationSettings, key: 'application' },
|
|
||||||
{ component: ThemeSettings, key: 'theme' },
|
{ component: ThemeSettings, key: 'theme' },
|
||||||
|
{ component: ApplicationSettings, key: 'application' },
|
||||||
{ component: ControlSettings, key: 'control' },
|
{ component: ControlSettings, key: 'control' },
|
||||||
{ component: SidebarSettings, key: 'sidebar' },
|
{ component: SidebarSettings, key: 'sidebar' },
|
||||||
{ component: ScrobbleSettings, key: 'scrobble' },
|
{ component: ScrobbleSettings, key: 'scrobble' },
|
||||||
|
|||||||
Reference in New Issue
Block a user