Skip to content

Commit 34b6a11

Browse files
authored
feat: Mark setup as completed when user clicks Done button (#529)
Closes #523
1 parent 5e21f12 commit 34b6a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MCPForUnity/Editor/Windows/MCPSetupWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ private void OnRefreshClicked()
9797

9898
private void OnDoneClicked()
9999
{
100+
Setup.SetupWindowService.MarkSetupCompleted();
100101
Close();
101102
}
102103

0 commit comments

Comments
 (0)