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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user