mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Opt: [ALAS] Skip nemud_app_keep_alive check on non-mumu
This commit is contained in:
parent
70db762421
commit
dce6f5c150
@ -332,6 +332,8 @@ class Connection(ConnectionAttr):
|
||||
which has nemud.app_keep_alive and always be a vertical device
|
||||
MuMu PRO on mac has the same feature
|
||||
"""
|
||||
if not self.is_mumu_family:
|
||||
return False
|
||||
if self.nemud_app_keep_alive != '':
|
||||
return True
|
||||
if IS_MACINTOSH:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user