Create desktop icon: checked

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-15 23:04:05 +03:00
parent 9568e3fe26
commit c5e72669c5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public partial class Login
TbStatus.Text = "Loading...";
while (!Process.GetProcessesByName(Constants.INFERENCE_EXE).Any())
await Task.Delay(500);
await Task.Delay(500);
await Task.Delay(1500);
Close();
}