mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user