mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-15 12:30:39 +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…
x
Reference in New Issue
Block a user