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:
@@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user