mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
perf: 作业列表在忽略干员属性后不再自动投票
This commit is contained in:
@@ -1699,7 +1699,7 @@ public partial class CopilotViewModel : Screen
|
||||
|
||||
model.IsChecked = false;
|
||||
|
||||
if (model.CopilotId > 0 && _copilotIdList.Remove(model.CopilotId) && _copilotIdList.IndexOf(model.CopilotId) == -1)
|
||||
if (model.CopilotId > 0 && _copilotIdList.Remove(model.CopilotId) && _copilotIdList.IndexOf(model.CopilotId) == -1 && !IgnoreRequirements)
|
||||
{
|
||||
_ = RateCopilot(model.CopilotId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user