mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Popups during enhance confirm (#417)
This commit is contained in:
parent
9e1d76b563
commit
78c609122e
@ -145,6 +145,9 @@ class Enhancement(Dock):
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.handle_popup_confirm('ENHANCE'):
|
||||
continue
|
||||
|
||||
# Respond accordingly based on info_bar information
|
||||
if self.info_bar_count():
|
||||
image = info_letter_preprocess(np.array(self.device.image.crop(INFO_BAR_DETECT.area)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user