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

Opt: Skip dorm collecting when nothing to collect.

This commit is contained in:
noname94
2020-11-02 17:52:42 +09:00
parent 5e2c3967fd
commit d82f80e67f
16 changed files with 16 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ page_main.link(button=MAIN_GOTO_RESHMENU, destination=page_reshmenu)
# Dorm menu
page_dormmenu = Page(DORMMENU_CHECK)
page_main.link(button=MAIN_GOTO_DORMMENU, destination=page_dormmenu)
page_dormmenu.link(button=DORMMENU_GOTO_MAIN, destination=page_main)
# Dorm
# DORM_CHECK is the `manage` button (the third from the right), because it's the last button to load.