mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-19 08:42:58 +08:00
Fix: Handle guild commander change mails
This commit is contained in:
@@ -52,6 +52,9 @@ class Mail(UI):
|
||||
if self.appear(MAIL_EMPTY, offset=(20, 20)):
|
||||
logger.info('Mail list empty')
|
||||
return False
|
||||
if self.appear(MAIL_GUILD_MESSAGE, offset=(20, 20)):
|
||||
logger.info('Guild mail found, exit')
|
||||
return False
|
||||
if not delete and self._mail_selected(btn_expanded):
|
||||
if self.appear(MAIL_COLLECT, offset=(20, 20)):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user