1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 13:59:02 +08:00

Fix: FAST_FORWARD for minor icon shift (#5131)

This commit is contained in:
sui_feng 2025-09-13 20:17:26 +08:00 committed by GitHub
parent a7434026a9
commit 4d5c855e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ from module.handler.auto_search import AutoSearchHandler
from module.logger import logger
from module.ui.switch import Switch
FAST_FORWARD = Switch('Fast_Forward')
FAST_FORWARD = Switch('Fast_Forward', offset=(5, 5))
FAST_FORWARD.add_state('on', check_button=FAST_FORWARD_ON)
FAST_FORWARD.add_state('off', check_button=FAST_FORWARD_OFF)
FLEET_LOCK = Switch('Fleet_Lock', offset=(5, 20))