mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix: 错误清除 _tasksStatus 的时机
This commit is contained in:
@@ -901,7 +901,6 @@ namespace MaaWpfGui.Main
|
||||
AchievementTrackerHelper.Instance.Unlock(AchievementIds.CopilotError);
|
||||
}
|
||||
|
||||
_tasksStatus.Clear();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -958,7 +957,6 @@ namespace MaaWpfGui.Main
|
||||
AchievementTrackerHelper.Instance.AddProgressToGroup(AchievementIds.UseCopilotGroup);
|
||||
}
|
||||
|
||||
_tasksStatus.Clear();
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user