1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

fix: login

This commit is contained in:
RedDeadDepresso
2024-01-10 21:06:14 +00:00
committed by YoursFunny
parent 7e1070e740
commit a8caafb292
5 changed files with 31 additions and 10 deletions
+8 -1
View File
@@ -116,4 +116,11 @@ class PopupHandler(ModuleBase):
if self.appear_then_click(LEVEL_UP, interval=interval):
return True
return False
return False
def handle_quit(self, interval=5) -> bool:
if self.appear_then_click(QUIT, interval=interval):
return True
return False