mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +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
|
||||
|
||||
self.ui_ensure(page_dormmenu)
|
||||
self.handle_info_bar()
|
||||
if not self.appear(DORM_RED_DOT, offset=(30, 30)):
|
||||
logger.info('Nothing to collect. Dorm collecting skipped.')
|
||||
collect = False
|
||||
|
Loading…
Reference in New Issue
Block a user