From 27bcfcb2b86fa2e380619a42ab957fe0ba3a6bb9 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 3 Feb 2026 23:29:28 +0800 Subject: [PATCH] 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. --- src/components/AppSwitcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppSwitcher.tsx b/src/components/AppSwitcher.tsx index 717bb690c..3be13a0d9 100644 --- a/src/components/AppSwitcher.tsx +++ b/src/components/AppSwitcher.tsx @@ -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({