mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-06 13:09:46 +08:00
Add: page_settings
This commit is contained in:
@@ -102,6 +102,10 @@ page_main_white.link(button=MAIN_GOTO_FLEET_WHITE, destination=page_fleet)
|
||||
page_unknown = Page(None)
|
||||
page_unknown.link(button=GOTO_MAIN, destination=page_main)
|
||||
|
||||
# Settings
|
||||
page_settings = Page(SETTINGS_CHECK)
|
||||
page_settings.link(button=BACK_ARROW, destination=page_main)
|
||||
|
||||
# Exercise
|
||||
# Don't enter page_exercise from page_campaign
|
||||
page_exercise = Page(EXERCISE_CHECK)
|
||||
|
||||
Reference in New Issue
Block a user