1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Upd: Tips for pure black screenshots from MuMu X

This commit is contained in:
LmeSzinc
2023-01-18 17:32:42 +08:00
parent b81a7849a2
commit a0fe83699a
2 changed files with 3 additions and 6 deletions

View File

@@ -240,7 +240,7 @@ class Screenshot(Adb, WSA, DroidCast, AScreenCap, Scrcpy):
if self.config.Emulator_ScreenshotMethod == 'DroidCast':
self.droidcast_stop()
else:
logger.warning('If you are using MuMu X, please set screenshot method to scrcpy')
logger.warning('If you are using MuMu X, please upgrade to version >= 12.1.5.0')
self._screen_black_checked = False
return False
else: