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

@ -72,7 +72,7 @@
AddModuleMessage(Localizer["Info.Upgrade.Wait"], MessageType.Info);
ShowProgressIndicator();
var interop = new Interop(JSRuntime);
await interop.RedirectBrowser(NavigateUrl(), 30);
await interop.RedirectBrowser(NavigateUrl(), 20);
await InstallationService.Upgrade();
}
catch (Exception ex)