fix: 错误清除 _tasksStatus 的时机

This commit is contained in:
uye
2025-08-24 00:28:24 +08:00
parent 4bb865e1ba
commit d6fbfaea53

View File

@@ -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;
}