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:
parent
a7434026a9
commit
4d5c855e3a
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user