Skip to content

Commit 2f387d3

Browse files
committed
chore(ui): rename 'Re-Run Client Setup' to 'Bind to Clients'
1 parent 10903a2 commit 2f387d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnityMcpBridge/Editor/Windows/UnityMcpEditorWindow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ private void DrawServerStatusSection()
214214

215215
GUILayout.FlexibleSpace();
216216

217-
// Run Client Setup button
218-
if (GUILayout.Button("Re-Run Client Setup", GUILayout.Width(140), GUILayout.Height(24)))
217+
// Bind to Clients button
218+
if (GUILayout.Button("Bind to Clients", GUILayout.Width(140), GUILayout.Height(24)))
219219
{
220220
RunSetupNow();
221221
}

0 commit comments

Comments
 (0)