mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Merge pull request #1438 from LmeSzinc/bug_fix
Fix: [TW] queue_status_grids (fixed #1432)
This commit is contained in:
commit
c1e1e468ee
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user