Added MessageBoxAlertAdmin
This commit is contained in:
parent
82d8d954ef
commit
1578be2520
9 changed files with 210 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue