Skip to content

Commit 1c676c4

Browse files
Update MCPForUnity/Editor/Helpers/PythonToolSyncProcessor.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1d6c55b commit 1c676c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCPForUnity/Editor/Helpers/PythonToolSyncProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public static void ToggleAutoSync()
185185
[MenuItem("Window/MCP For Unity/Tool Sync/Auto-Sync Python Tools", true, priority = 101)]
186186
public static bool ToggleAutoSyncValidate()
187187
{
188-
Menu.SetChecked("MCP For Unity/Auto-Sync Python Tools", IsAutoSyncEnabled());
188+
Menu.SetChecked("Window/MCP For Unity/Tool Sync/Auto-Sync Python Tools", IsAutoSyncEnabled());
189189
return true;
190190
}
191191
}

0 commit comments

Comments
 (0)