From a7187c5e3306fffdd8d34344c76dfa15c5541f84 Mon Sep 17 00:00:00 2001 From: Tyrone CT Date: Thu, 5 Jun 2025 22:42:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8F=96=E6=B6=88Liense?= =?UTF-8?q?=E7=9A=84=E9=80=80=E5=87=BA=EF=BC=8C=E8=B0=83=E8=AF=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CapMachine.Wpf/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CapMachine.Wpf/App.xaml.cs b/CapMachine.Wpf/App.xaml.cs index 083e2bc..78e7e94 100644 --- a/CapMachine.Wpf/App.xaml.cs +++ b/CapMachine.Wpf/App.xaml.cs @@ -97,7 +97,7 @@ namespace CapMachine.Wpf if (!IsOK) { LogService.Error("授权失败"); - this.Shutdown(); + //this.Shutdown(); } } catch (Exception ex)