From 12c70a0fdaa750adb0cf21af2338da2f31cb5259 Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:55:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20wpf=E6=9B=B4=E6=96=B0=E5=AE=8C=E4=B8=8D?= =?UTF-8?q?=E9=87=8D=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Main/Bootstrapper.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MaaWpfGui/Main/Bootstrapper.cs b/src/MaaWpfGui/Main/Bootstrapper.cs index baae1c471e..2e4a19ac4d 100644 --- a/src/MaaWpfGui/Main/Bootstrapper.cs +++ b/src/MaaWpfGui/Main/Bootstrapper.cs @@ -336,8 +336,7 @@ namespace MaaWpfGui.Main } } } - - if (!_isRestartingWithoutArgs) + else if (!_isRestartingWithoutArgs) { return; }