chore(ui): rename 'Re-Run Client Setup' to 'Bind to Clients'

main
David Sarno 2025-08-08 10:49:01 -07:00
parent 10903a2d48
commit 2f387d3417
1 changed files with 2 additions and 2 deletions

View File

@ -214,8 +214,8 @@ namespace UnityMcpBridge.Editor.Windows
GUILayout.FlexibleSpace();
// Run Client Setup button
if (GUILayout.Button("Re-Run Client Setup", GUILayout.Width(140), GUILayout.Height(24)))
// Bind to Clients button
if (GUILayout.Button("Bind to Clients", GUILayout.Width(140), GUILayout.Height(24)))
{
RunSetupNow();
}