mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
fix: 漏了
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user