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

Upd: UI switches from page_main_white to page_raid

This commit is contained in:
LmeSzinc
2025-01-17 13:29:46 +08:00
parent 372c3e74db
commit 35fbc03212
3 changed files with 2 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ page_main_white.link(button=MAIN_GOTO_EVENT_LIST_WHITE, destination=page_event_l
page_raid = Page(RAID_CHECK)
page_raid.link(button=GOTO_MAIN, destination=page_main)
page_main.link(button=MAIN_GOTO_RAID, destination=page_raid)
# page_main_white.link(button=MAIN_GOTO_RAID_WHITE, destination=page_raid)
page_main_white.link(button=MAIN_GOTO_RAID_WHITE, destination=page_raid)
# Dock
page_dock = Page(DOCK_CHECK)