1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Fix: fix dorm trophy confirm popup

This commit is contained in:
whoamikyo
2020-09-29 22:55:18 -03:00
parent cb2f6fad60
commit eed273bc07
4 changed files with 3 additions and 0 deletions

View File

@@ -301,5 +301,7 @@ class UI(InfoHandler):
return True
if self.appear_then_click(DORM_FEED_CANCEL, offset=(30, 30), interval=1):
return True
if self.appear_then_click(DORM_TROPHY_CONFIRM, offset=(30, 30), interval=1):
return True
return False