mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 22:37:00 +08:00
Fix: PQ home button moved (#4942)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
@@ -269,7 +269,7 @@ page_academy.link(button=GOTO_MAIN, destination=page_main)
|
||||
# Private Quarters
|
||||
page_private_quarters = Page(PRIVATE_QUARTERS_CHECK)
|
||||
page_dormmenu.link(button=DORMMENU_GOTO_PRIVATE_QUARTERS, destination=page_private_quarters)
|
||||
page_private_quarters.link(button=GOTO_MAIN_WHITE, destination=page_main)
|
||||
page_private_quarters.link(button=PQ_GOTO_MAIN, destination=page_main)
|
||||
|
||||
# Game room & choose game
|
||||
page_game_room = Page(GAME_ROOM_CHECK)
|
||||
|
||||
Reference in New Issue
Block a user