From 8d146b04eca6eecd3f3d7e8079d80f03a4dded7f Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Fri, 9 Jan 2026 23:22:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=BC=8F=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs index 825cc9c22a..bf5c2a5d2a 100644 --- a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs @@ -1984,7 +1984,7 @@ public partial class CopilotViewModel : Screen var t = CopilotItemViewModels.Where(i => i.IsChecked).Select(i => { _copilotIdList.Add(i.CopilotId); - return new MultiTask { FileName = i.FilePath, IsRaid = i.IsRaid, StageName = i.Name, IsParadox = IsParadoxListItem(i), }; + return new MultiTask { FileName = i.FilePath, IsRaid = i.IsRaid, StageName = i.Name, }; }); var task = new AsstCopilotTask() {