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

Fix: Use config None at first run

This commit is contained in:
18870
2022-01-10 15:21:01 +08:00
parent 3055ab1536
commit a0b7dbbd5e

View File

@@ -757,7 +757,7 @@ class AlasGUI(Frame):
self.task_handler.start()
# Return to previous page
if menu not in ["Develop", "Home"]:
if menu not in ["Develop", "Home", None]:
self.ui_alas(menu)