Fixed review comments
This commit is contained in:
parent
429aa603f5
commit
5c45802391
4 changed files with 8 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ namespace LibationAvalonia.Views
|
|||
upgrader.DownloadBegin += async (_, _) => await Dispatcher.UIThread.InvokeAsync(() => setProgressVisible(true));
|
||||
upgrader.DownloadCompleted += async (_, _) => await Dispatcher.UIThread.InvokeAsync(() => setProgressVisible(false));
|
||||
|
||||
Opened += async (_, _) => await upgrader.CheForUpgradeAsync(upgradeAvailable);
|
||||
Opened += async (_, _) => await upgrader.CheckForUpgradeAsync(upgradeAvailable);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue