1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-17 15:59:28 +08:00

Merge branch 'LmeSzinc:master' into 20230309

This commit is contained in:
Zuosizhu
2024-04-15 23:25:52 +08:00
committed by GitHub
28 changed files with 513 additions and 216 deletions

View File

@@ -146,7 +146,7 @@ class UI(InfoHandler):
while 1:
if skip_first_screenshot:
skip_first_screenshot = False
if not hasattr(self.device, "image") or self.device.image is None:
if not self.device.has_cached_image:
self.device.screenshot()
else:
self.device.screenshot()