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