mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 16:59:25 +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