MainWindow: Add feedback for users when App.CheckForUpdates finds no updates

This commit is contained in:
2024-04-06 17:35:30 +02:00
parent 9062d55b20
commit c360e6b6a7
2 changed files with 6 additions and 3 deletions

View File

@ -41,7 +41,7 @@ namespace Elwig.Windows {
}
private async void Menu_Help_Update_Click(object sender, RoutedEventArgs evt) {
await App.CheckForUpdates();
await App.CheckForUpdates(true);
}
private async void Menu_Help_Smtp_Click(object sender, RoutedEventArgs evt) {