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

Fix: drop skip_first_screenshot in set_top

This commit is contained in:
LmeSzinc
2026-01-23 15:53:03 +08:00
parent 36e998aed7
commit 43d3fa122c
3 changed files with 3 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ class StorageHandler(GlobeOperation, ZoneManager):
"""
logger.hr(f'Storage checkout item {item}')
if SCROLL_STORAGE.appear(main=self):
SCROLL_STORAGE.set_top(main=self, skip_first_screenshot=skip_first_screenshot)
SCROLL_STORAGE.set_top(main=self)
confirm_timer = Timer(0.6, count=2).start()
for _ in self.loop():