fix(ui): add OpenClaw to app switcher

Add "openclaw" to ALL_APPS array so OpenClaw appears in the main
interface app switcher when enabled in visibility settings.
This commit is contained in:
Jason
2026-02-03 23:29:28 +08:00
parent 9bbb6c51ff
commit 27bcfcb2b8
+1 -1
View File
@@ -9,7 +9,7 @@ interface AppSwitcherProps {
compact?: boolean;
}
const ALL_APPS: AppId[] = ["claude", "codex", "gemini", "opencode"];
const ALL_APPS: AppId[] = ["claude", "codex", "gemini", "opencode", "openclaw"];
const STORAGE_KEY = "cc-switch-last-app";
export function AppSwitcher({