From 2beaedbd8d69e406f986a16fa77b4d4ff0a22298 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:03:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs b/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs index 99321b3678..714869b160 100644 --- a/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs @@ -528,6 +528,7 @@ namespace MaaWpfGui.ViewModels.UI if (!_runningState.GetIdle()) { + _logger.Information("Not idle, Stop and CloseDown"); await Stop(); } @@ -1066,6 +1067,7 @@ namespace MaaWpfGui.ViewModels.UI { if (!_runningState.GetIdle()) { + _logger.Information("Not idle, return."); return; }