mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 07:39:25 +08:00
fix: no check in_main before exit _handle_app_login after handle page_main popups,from zuo
This commit is contained in:
@@ -104,7 +104,9 @@ class LoginHandler(UI):
|
||||
continue
|
||||
# Popups appear at page_main
|
||||
if self.ui_page_main_popups(get_ship=login_success):
|
||||
return True
|
||||
if self.is_in_main():
|
||||
return True
|
||||
continue
|
||||
# Always goto page_main
|
||||
if self.appear_then_click(GOTO_MAIN, offset=(30, 30), interval=5):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user