From ca2d9ccf0b9b89e3e2bf04e9d93ac75d979a002e Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:19:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E6=9C=AA=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=85=B3=E6=9C=BA=E7=9A=84=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs b/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs index 019d3a47b0..c2edd5c2a8 100644 --- a/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs @@ -229,6 +229,7 @@ namespace MaaWpfGui.ViewModels.UI return; } + _logger.Information("Shutdown not canceled, proceeding to exit application."); Bootstrapper.Shutdown(); }