mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 08:06:21 +08:00
Fix: [EN] Use asset button gif support for POPUP_CONFIRM and POPUP_CANCEL
TODO: [JP] can make gif equivalents for same assets and adjust retirement to use handle_popup_confirm
This commit is contained in:
@@ -143,8 +143,8 @@ class Retirement(Enhancement):
|
||||
or self.config.Retirement_RetireMode == 'one_click_retire':
|
||||
if self.handle_popup_confirm('RETIRE_SR_SSR'):
|
||||
continue
|
||||
if (self.config.SERVER == 'en' or self.config.SERVER == 'jp') and \
|
||||
self.appear_then_click(SR_SSR_CONFIRM, offset=self._popup_offset, interval=2):
|
||||
if self.config.SERVER == 'jp' and \
|
||||
self.appear_then_click(SR_SSR_CONFIRM, offset=self._popup_offset, interval=2):
|
||||
continue
|
||||
|
||||
# End
|
||||
|
||||
Reference in New Issue
Block a user