package UI updates

This commit is contained in:
Shaun Walker
2021-06-25 08:10:15 -04:00
parent 52bcdb12c5
commit 509f054961
7 changed files with 9 additions and 7 deletions

View File

@ -122,7 +122,7 @@
{
ShowProgressIndicator();
var interop = new Interop(JSRuntime);
await interop.RedirectBrowser(NavigateUrl(""), 10);
await interop.RedirectBrowser(NavigateUrl(""), 20);
await InstallationService.RestartAsync();
}
catch (Exception ex)