mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Use config None at first run
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user