final fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user