Skip to content

Commit d440ddb

Browse files
authored
Merge pull request #917 from Scriptwonder/fix-on-queueupdatecheck
Update MCPForUnityEditorWindow.cs
2 parents cab7496 + 89876f6 commit d440ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCPForUnity/Editor/Windows/MCPForUnityEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ public void CreateGUI()
333333

334334
// Initial updates
335335
RefreshAllData();
336+
QueueUpdateCheck();
336337
}
337338

338339
private void UpdateVersionLabel()
@@ -517,7 +518,6 @@ private void RefreshAllData()
517518

518519
advancedSection?.UpdatePathOverrides();
519520
clientConfigSection?.RefreshSelectedClient();
520-
QueueUpdateCheck();
521521
}
522522

523523
private void SetupTabs()

0 commit comments

Comments
 (0)