From 035a16fe60cee5d948e68fd972190fc4a11c74d2 Mon Sep 17 00:00:00 2001 From: Tyrone CT Date: Tue, 5 Aug 2025 20:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8E=88=E6=9D=83?= 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 958243f..89cbb16 100644 --- a/CapMachine.Wpf/App.xaml.cs +++ b/CapMachine.Wpf/App.xaml.cs @@ -101,7 +101,7 @@ namespace CapMachine.Wpf if (!IsOK) { LogService.Error("授权失败"); - this.Shutdown(); + //this.Shutdown(); } } catch (Exception ex)