mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
perf(wpf): wpf自动战斗列表中作业设置按钮左键单击还原为解析指定作业,新增行为修改至右键,解析作业并关闭列表
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user