From 3759db5a650b6737ff5ae9eee07a9c69b66e5ea2 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:27:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E4=B8=AD=E4=BF=AE=E6=94=B9=E5=89=A9=E4=BD=99?= =?UTF-8?q?=E7=90=86=E6=99=BA=E5=90=8E=E5=AF=BC=E8=87=B4=E5=85=B3=E5=8D=A1?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=BF=9E=E7=BB=AD=E6=89=A7=E8=A1=8C=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #13411 --- src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs b/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs index cd51e01073..b881485048 100644 --- a/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/TaskQueueViewModel.cs @@ -1717,7 +1717,7 @@ namespace MaaWpfGui.ViewModels.UI { Stage = FightTask.RemainingSanityStage ?? string.Empty, MaxTimes = int.MaxValue, - Series = 1, + Series = 0, IsDrGrandet = FightTask.IsDrGrandet, ReportToPenguin = SettingsViewModel.GameSettings.EnablePenguin, ReportToYituliu = SettingsViewModel.GameSettings.EnableYituliu,