final fix

This commit is contained in:
2025-11-09 13:58:43 +01:00
parent d570d29c92
commit 574a8d5ec2
4 changed files with 21 additions and 2 deletions

View File

@@ -312,8 +312,9 @@ public partial class MainForm : Window
{
await UpdateApp();
}
catch
catch (Exception ex)
{
await MessageBoxManager.GetMessageBoxStandard(MsgBoxLangRes.UpdateAvailable_Title, string.Format(MsgBoxLangRes.UpdateAvailable, ex.Message), ButtonEnum.YesNo, MsBox.Avalonia.Enums.Icon.Info).ShowAsync();
IsEnabled = true;
}
#endif