Update WelsonJS.Toolkit/WelsonJS.Launcher/MainForm.cs

Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
This commit is contained in:
Namhyeon Go 2025-11-15 20:39:11 +09:00 committed by GitHub
parent a03ea7f3b3
commit c392b6a08a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,7 @@ namespace WelsonJS.Launcher
{ {
DisableUI(); DisableUI();
Task.Run(() => RunAppPackageFile()); Task.Run(() => RunAppPackageFile());
return;
} }
} }