mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 02:34:51 +00:00
fix: login
This commit is contained in:
+8
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user