mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +08:00
Fix: [TW] Research/TEMPLATE_*.assets
This commit is contained in:
@@ -57,6 +57,15 @@ class ResearchQueue(ResearchUI):
|
||||
return ButtonGrid(
|
||||
origin=(18, 259), delta=(0, 40.5), button_shape=(25, 25), grid_shape=(1, 5), name='QUEUE_STATUS')
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER='tw')
|
||||
def queue_status_grids(self):
|
||||
"""
|
||||
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')
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER=None)
|
||||
def queue_status_grids(self):
|
||||
|
||||
Reference in New Issue
Block a user