From f232eacbb45d2443bef1ea4855a7a4be24d941b7 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sat, 22 Nov 2025 02:44:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=95=E6=96=87=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E6=80=BB=E6=98=AF=E4=BC=A0=E9=80=92=E5=80=9F?= =?UTF-8?q?=E5=8A=A9=E6=88=98?= 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 fc74bfcbff..716639c258 100644 --- a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs @@ -1707,7 +1707,7 @@ public partial class CopilotViewModel : Screen { FileName = IsDataFromWeb ? TempCopilotFile : Filename, Formation = Form, - SupportUnitUsage = SupportUnitUsage, + SupportUnitUsage = UseSupportUnitUsage ? SupportUnitUsage : 0, AddTrust = AddTrust, IgnoreRequirements = IgnoreRequirements, UserAdditionals = AddUserAdditional ? [.. userAdditional] : [],