Added MessageBoxAlertAdmin

This commit is contained in:
Michael Bucari-Tovo 2022-07-16 22:04:00 -06:00
parent 82d8d954ef
commit 1578be2520
9 changed files with 210 additions and 15 deletions

View file

@ -71,8 +71,8 @@ namespace LibationWinForms.AvaloniaUI.Views
}
catch (Exception ex)
{
MessageBoxLib.ShowAdminAlert(
null,
await MessageBox.ShowAdminAlert(
this,
"Error importing library. Please try again. If this still happens after 2 or 3 tries, stop and contact administrator",
"Error importing library",
ex);