Removed enabled text (leave just the enable button).

This commit is contained in:
famez
2026-02-11 21:26:21 +01:00
parent b80fd236c4
commit fcda8232e3

View File

@@ -544,7 +544,6 @@ class MCPScreen(ModalScreen):
enabled_icon = "🟢" if mcp.config.enabled else "🔴"
connected_icon = "🟢" if mcp.connected else "🔴"
text.append(f"Enabled: {enabled_icon}\n", style="#9a9a9a")
text.append(f"Connected: {connected_icon}\n", style="#9a9a9a")
if mcp.last_error: