We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b60693 commit 93f0823Copy full SHA for 93f0823
MCPForUnity/Editor/Windows/MCPForUnityEditorWindowNew.cs
@@ -373,6 +373,9 @@ private void UpdateClientStatus()
373
MCPServiceLocator.Client.CheckClientStatus(client);
374
375
clientStatusLabel.text = client.GetStatusDisplayString();
376
+
377
+ // Reset inline color style (clear error state from OnConfigureClicked)
378
+ clientStatusLabel.style.color = StyleKeyword.Null;
379
380
// Update status indicator color
381
clientStatusIndicator.RemoveFromClassList("configured");
0 commit comments