fix(settings): default to appearance section instead of system

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-11 17:38:18 +08:00
parent b06e8d5f1b
commit c34eb84caa
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ fn resolve_settings_route(section: Option<&str>) -> &'static str {
Some("skills") => "settings/skills",
Some("shortcuts") => "settings/shortcuts",
Some("system") => "settings/system",
_ => "settings/system",
_ => "settings/appearance",
}
}