将 NotificationHelper.ShowMessage改为具体的ShowError得方法

This commit is contained in:
2025-07-06 15:36:53 +08:00
parent b0874a4f02
commit 0980f84d09
13 changed files with 45 additions and 55 deletions

View File

@@ -43,7 +43,7 @@ public partial class MainView : Window
}
else
{
NotificationHelper.ShowMessage("选择的菜单项为空!", NotificationType.Error);
NotificationHelper.ShowError("选择的菜单项为空!");
}
}