mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: check CLEAR button to avoid early stopped at popup showing animation
This commit is contained in:
parent
98723de528
commit
a7434026a9
@ -145,6 +145,8 @@ class FleetOperator:
|
|||||||
if self.main.handle_popup_confirm(str(self._clear)):
|
if self.main.handle_popup_confirm(str(self._clear)):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# check CLEAR button to avoid early stopped at popup showing animation
|
||||||
|
if self.allow():
|
||||||
# End
|
# End
|
||||||
if not self.in_use():
|
if not self.in_use():
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user