1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Fix: [JP] Research assets

This commit is contained in:
Cola
2022-07-20 10:56:05 +08:00
parent 162a3b236d
commit 09d922817e
12 changed files with 19 additions and 10 deletions

View File

@@ -45,6 +45,15 @@ class ResearchQueue(ResearchUI):
return ButtonGrid(
origin=(8, 259), delta=(0, 40.5), button_shape=(25, 25), grid_shape=(1, 5), name='QUEUE_STATUS')
@cached_property
@Config.when(SERVER='jp')
def queue_status_grids(self):
"""
Status icons on the left
"""
return ButtonGrid(
origin=(8, 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):