From dd5b41d3dbfb761db17bbd22a5432feec1b9c0bd Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:22:45 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E5=8A=A9=E6=88=98=E5=B9=B2?= =?UTF-8?q?=E5=91=98=E8=BF=9B=E5=85=A5=E8=AF=A6=E6=83=85=E9=A1=B5=E5=90=8E?= =?UTF-8?q?flag=E6=A3=80=E6=B5=8Bretry"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9401d3c4dd871da00056ae209e310ae909508a8d. --- src/MaaCore/Ui/SupportList.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/MaaCore/Ui/SupportList.cpp b/src/MaaCore/Ui/SupportList.cpp index ae8c75757b..11dfdae45c 100644 --- a/src/MaaCore/Ui/SupportList.cpp +++ b/src/MaaCore/Ui/SupportList.cpp @@ -125,9 +125,7 @@ bool asst::SupportList::select_support_unit(const size_t index) ctrler()->click(click_rect); sleep(Config.get_options().task_delay); - if (!ProcessTask(m_parent, { "SupportList-DetailPanel-Flag", "SupportList-DetailPanel-Flag@LoadingText" }) - .set_retry_times(20) - .run()) { + if (!ProcessTask(m_parent, { "SupportList-DetailPanel-Flag", "SupportList-DetailPanel-Flag@LoadingText" }).run()) { Log.error(__FUNCTION__, "| Support unit detail panel not recognised; failed to select support unit"); save_img(ctrler()->get_image(), "screenshot"); return false;