Highlight Appearance in settings nav on /settings landing

This commit is contained in:
2026-05-09 19:04:53 -04:00
parent 20f3740089
commit bf41ec3dd1
@@ -10,6 +10,6 @@ impl ElyShell {
snapshot: &BrowserSnapshot, snapshot: &BrowserSnapshot,
cx: &mut Context<Self>, cx: &mut Context<Self>,
) -> AnyElement { ) -> AnyElement {
render_settings_landing(snapshot, "ely://settings", cx) render_settings_landing(snapshot, "ely://settings/appearance", cx)
} }
} }