1
0
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:
Zorachristine
2022-07-26 18:24:04 +08:00
parent db59562cd2
commit 985eb2915c
6 changed files with 12 additions and 10 deletions

View File

@@ -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):