mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 17:49:25 +08:00
Fix: FAST_FORWARD for minor icon shift (#5131)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user