mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
fix(tui): make mcp status icon muted when no mcp servers are enabled (#6745)
This commit is contained in:
parent
308e8060dc
commit
12eea69f2e
@ -120,7 +120,7 @@ export function Home() {
|
||||
<span style={{ fg: theme.error }}>⊙ </span>
|
||||
</Match>
|
||||
<Match when={true}>
|
||||
<span style={{ fg: theme.success }}>⊙ </span>
|
||||
<span style={{ fg: connectedMcpCount() > 0 ? theme.success : theme.textMuted }}>⊙ </span>
|
||||
</Match>
|
||||
</Switch>
|
||||
{connectedMcpCount()} MCP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user