From a63bd7ffbf9183a86fbb4a3dbbd16f90eded547a Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:17:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=8D=95=E5=87=BB?= =?UTF-8?q?=E6=89=98=E7=9B=98=E5=9B=BE=E6=A0=87=E5=8A=A8=E4=BD=9C=EF=BC=8C?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E5=B8=B8=E8=A7=84=E8=BD=AF=E4=BB=B6=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Views/UI/NotifyIcon.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Views/UI/NotifyIcon.xaml.cs b/src/MaaWpfGui/Views/UI/NotifyIcon.xaml.cs index ed95732d19..24d3b4d778 100644 --- a/src/MaaWpfGui/Views/UI/NotifyIcon.xaml.cs +++ b/src/MaaWpfGui/Views/UI/NotifyIcon.xaml.cs @@ -118,7 +118,7 @@ namespace MaaWpfGui.Views.UI _clickTimer.Start(); _canClick = false; - Instances.MainWindowManager?.SwitchWindowState(); + Instances.MainWindowManager?.Show(); } private static void StartTask(object sender, RoutedEventArgs e)