mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: handle info bar which obstructs DORM_RED_DOT (#3528)
* Upd: [CN, EN, JP] dorm asset DORM_RED_DOT * Fix: handle info bar which obstructs DORM_RED_DOT
This commit is contained in:
parent
0a59b8efb5
commit
888d72b682
@ -408,6 +408,7 @@ class RewardDorm(UI):
|
|||||||
return
|
return
|
||||||
|
|
||||||
self.ui_ensure(page_dormmenu)
|
self.ui_ensure(page_dormmenu)
|
||||||
|
self.handle_info_bar()
|
||||||
if not self.appear(DORM_RED_DOT, offset=(30, 30)):
|
if not self.appear(DORM_RED_DOT, offset=(30, 30)):
|
||||||
logger.info('Nothing to collect. Dorm collecting skipped.')
|
logger.info('Nothing to collect. Dorm collecting skipped.')
|
||||||
collect = False
|
collect = False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user