chore(ui): rename 'Re-Run Client Setup' to 'Bind to Clients'
parent
10903a2d48
commit
2f387d3417
|
|
@ -214,8 +214,8 @@ namespace UnityMcpBridge.Editor.Windows
|
||||||
|
|
||||||
GUILayout.FlexibleSpace();
|
GUILayout.FlexibleSpace();
|
||||||
|
|
||||||
// Run Client Setup button
|
// Bind to Clients button
|
||||||
if (GUILayout.Button("Re-Run Client Setup", GUILayout.Width(140), GUILayout.Height(24)))
|
if (GUILayout.Button("Bind to Clients", GUILayout.Width(140), GUILayout.Height(24)))
|
||||||
{
|
{
|
||||||
RunSetupNow();
|
RunSetupNow();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue