framework updater UX improvements

This commit is contained in:
Shaun Walker
2021-07-08 10:36:08 -04:00
parent 9083888686
commit f536033087
2 changed files with 17 additions and 6 deletions

View File

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