feat: Mark setup as completed when user clicks Done button (#529)

Closes #523
main
Marcus Sanatan 2026-01-07 18:58:36 -04:00 committed by GitHub
parent 5e21f120dd
commit 34b6a11eb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ namespace MCPForUnity.Editor.Windows
private void OnDoneClicked()
{
Setup.SetupWindowService.MarkSetupCompleted();
Close();
}