fix: move skill settings above window settings in general tab

This commit is contained in:
Jason
2026-04-05 20:26:04 +08:00
parent 8cfce8abfc
commit 33f5d56afd
+4 -4
View File
@@ -229,10 +229,6 @@ export function SettingsPage({
settings={settings}
onChange={handleAutoSave}
/>
<WindowSettings
settings={settings}
onChange={handleAutoSave}
/>
<SkillStorageLocationSettings
value={settings.skillStorageLocation ?? "cc_switch"}
installedCount={installedSkills?.length ?? 0}
@@ -246,6 +242,10 @@ export function SettingsPage({
handleAutoSave({ skillSyncMethod: method })
}
/>
<WindowSettings
settings={settings}
onChange={handleAutoSave}
/>
<TerminalSettings
value={settings.preferredTerminal}
onChange={(terminal) =>