From a1a0f9bef7ef77c95cbe40c44a4bb2ddf4772a3b Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:15:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E5=85=B3=E9=97=AD=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=80=9A=E7=9F=A5=E5=90=8E=E6=97=A0=E6=B3=95=E6=94=B6?= =?UTF-8?q?=E5=88=B0=E9=80=9A=E7=9F=A5=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Helper/ToastNotification.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/MaaWpfGui/Helper/ToastNotification.cs b/src/MaaWpfGui/Helper/ToastNotification.cs index a0eda546c1..c9712eae17 100644 --- a/src/MaaWpfGui/Helper/ToastNotification.cs +++ b/src/MaaWpfGui/Helper/ToastNotification.cs @@ -21,6 +21,8 @@ using System.Media; using System.Runtime.InteropServices; using System.Text; using System.Windows.Interop; +using HandyControl.Controls; +using HandyControl.Data; using MaaWpfGui.Configuration; using MaaWpfGui.Helper.Notification; using MaaWpfGui.WineCompat; @@ -310,6 +312,7 @@ namespace MaaWpfGui.Helper // TODO: 整理过时代码 if (!ConfigFactory.Root.GUI.UseNotify) { + Growl.Info(_notificationTitle + _contentCollection); return; }