From 43ea1f94df25edb928aeb4569766ffffed19d7bd Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Sat, 13 Sep 2025 19:57:37 +0800 Subject: [PATCH] =?UTF-8?q?perf(wpf):=20wpf=E8=87=AA=E5=8A=A8=E6=88=98?= =?UTF-8?q?=E6=96=97=E5=88=97=E8=A1=A8=E4=B8=AD=E4=BD=9C=E4=B8=9A=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=8C=89=E9=92=AE=E5=B7=A6=E9=94=AE=E5=8D=95=E5=87=BB?= =?UTF-8?q?=E8=BF=98=E5=8E=9F=E4=B8=BA=E8=A7=A3=E6=9E=90=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=A1=8C=E4=B8=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=B3=E5=8F=B3=E9=94=AE=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E4=BD=9C=E4=B8=9A=E5=B9=B6=E5=85=B3=E9=97=AD=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= 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 455f47de8f..9bf60bae8e 100644 --- a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs @@ -562,7 +562,7 @@ namespace MaaWpfGui.ViewModels.UI if (e?.Source is FrameworkElement element && element.Tag is int index) { Filename = CopilotItemViewModels[index].FilePath; // 假设原方法接受int参数 - if (e.ChangedButton == MouseButton.Left) + if (e.ChangedButton == MouseButton.Right) { UseCopilotList = false; }