1
0
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:
dragonheart107
2025-07-11 15:49:37 +02:00
committed by GitHub
parent a94dee218a
commit 4c016a7830
3 changed files with 3 additions and 2 deletions

View File

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