mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 02:34:51 +00:00
fix(popup): make correction to ap exceed and add insufficient inventory for JP
This commit is contained in:
@@ -345,6 +345,8 @@ class UI(MainPage):
|
||||
return True
|
||||
if self.handle_ap_exceed():
|
||||
return True
|
||||
if self.handle_insufficient_inventory():
|
||||
return True
|
||||
if self.handle_item_expired():
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user