mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Add: Goto main page when task queue is empty
- Refactor: Task waiting - Fix: Saving config twice in nested multiset wrapper
This commit is contained in:
@@ -123,7 +123,9 @@ class Device(Screenshot, Control, AppControl):
|
||||
def app_start(self):
|
||||
super().app_start()
|
||||
self.stuck_record_clear()
|
||||
self.click_record_clear()
|
||||
|
||||
def app_stop(self):
|
||||
super().app_stop()
|
||||
self.stuck_record_clear()
|
||||
self.click_record_clear()
|
||||
|
||||
Reference in New Issue
Block a user