From f6427b1f3f8865fd2016ef20726953d0987ba05d Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Fri, 9 Jan 2026 23:39:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs index bf5c2a5d2a..489b3ad442 100644 --- a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs @@ -2205,11 +2205,6 @@ public partial class CopilotViewModel : Screen return ok; } - private static bool IsParadoxListItem(CopilotItemViewModel item) - { - return item.TabIndex == 2; - } - private static string GetCopilotTabName(int tabIndex) { return tabIndex switch {