Fixed review comments

This commit is contained in:
Mbucari 2023-02-28 07:42:26 -07:00
parent 429aa603f5
commit 5c45802391
4 changed files with 8 additions and 4 deletions

View file

@ -25,7 +25,7 @@ namespace LibationWinForms
upgrader.DownloadBegin += (_, _) => Invoke(() => setProgressVisible(true));
upgrader.DownloadCompleted += (_, _) => Invoke(() => setProgressVisible(false));
Shown += async (_, _) => await upgrader.CheForUpgradeAsync(upgradeAvailable);
Shown += async (_, _) => await upgrader.CheckForUpgradeAsync(upgradeAvailable);
#endif
}