Message when checking for updates and there are none

This commit is contained in:
2022-11-08 00:55:10 +01:00
parent 9c8027428c
commit 8451e684db
7 changed files with 37 additions and 10 deletions

View File

@ -149,7 +149,7 @@ namespace unison
private void CheckUpdates(object sender, RoutedEventArgs e)
{
UpdateHandler updater = (UpdateHandler)Application.Current.Properties["updater"];
updater.Start();
updater.Start(true);
}
public void UpdateUpdateStatus(string version)