From 756c10d3fef5c859af96c7c93fbe9dc4dbbbfb4a Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:09:03 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E6=BC=8F=E4=BA=86.jpg"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8fb4b9951f5dac1005ccd870f3cc3bce95b51c81. Revert "fix: wpf更新完不重启" This reverts commit 6630135522e7ffac9787b579e4d3f138197d8087. --- src/MaaWpfGui/Main/Bootstrapper.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/MaaWpfGui/Main/Bootstrapper.cs b/src/MaaWpfGui/Main/Bootstrapper.cs index c2eacc9495..451ab68d0d 100644 --- a/src/MaaWpfGui/Main/Bootstrapper.cs +++ b/src/MaaWpfGui/Main/Bootstrapper.cs @@ -335,10 +335,9 @@ namespace MaaWpfGui.Main // ignored } } - - return; } - else if (!_isRestartingWithoutArgs) + + if (!_isRestartingWithoutArgs) { return; }