fix(claude-desktop): remove proxy-stopped status alert

The route toggle in the top-right corner already communicates proxy
state; the extra warning banner was redundant and inconsistent with
other managed apps.
This commit is contained in:
Jason
2026-05-08 15:29:54 +08:00
parent 83f4e1d0ad
commit 34698723e3
4 changed files with 0 additions and 14 deletions
-11
View File
@@ -343,17 +343,6 @@ export function ProviderList({
}),
);
}
if (
claudeDesktopStatus.mode === "proxy" &&
!claudeDesktopStatus.proxyRunning
) {
messages.push(
t("claudeDesktop.statusProxyStopped", {
defaultValue:
"当前供应商需要 CC Switch 本地路由,但本地路由未运行;开启右上角路由开关后再重启 Claude Desktop。",
}),
);
}
if (
claudeDesktopStatus.mode === "proxy" &&
!claudeDesktopStatus.gatewayTokenConfigured