chore: Auto update by pre-commit hooks

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/20762004855
[skip changelog]
This commit is contained in:
github-actions[bot]
2026-01-06 21:04:29 +00:00
parent 48ca14e835
commit 95d2d1dcf3

View File

@@ -686,8 +686,7 @@ bool asst::InfrastAbstractTask::click_confirm_button()
ProcessTask task(*this, { "InfrastDormConfirmButton" });
bool ret = task.run();
if (ret)
{
if (ret) {
callback(AsstMsg::SubTaskExtraInfo, basic_info_with_what("InfrastConfirmButton"));
}
return ret;