mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: [TW] queue_status_grids (fixed #1432)
This commit is contained in:
@@ -64,7 +64,7 @@ class ResearchQueue(ResearchUI):
|
||||
Status icons on the left
|
||||
"""
|
||||
return ButtonGrid(
|
||||
origin=(18, 259), delta=(0, 40.5), button_shape=(25, 25), grid_shape=(1, 5), name='QUEUE_STATUS')
|
||||
origin=(8, 259), delta=(0, 40.5), button_shape=(25, 25), grid_shape=(1, 5), name='QUEUE_STATUS')
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER=None)
|
||||
|
||||
Reference in New Issue
Block a user