mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Use config None at first run
This commit is contained in:
parent
3055ab1536
commit
a0b7dbbd5e
@ -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)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user