Made the updater silent if no updates

This commit is contained in:
Terry MacDonald 2020-12-13 15:17:53 +13:00
parent 0989088450
commit 2babf74353

View File

@ -355,11 +355,11 @@ namespace DisplayMagician.UIForms
}
}
}
else
/*else
{
MessageBox.Show(@"There is no update available please try again later.", @"No update available",
MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}*/
}
else
{