mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Opt: [ALAS] Skip nemud_app_keep_alive check on non-mumu
This commit is contained in:
parent
5ad44863c7
commit
bcd6afc94a
@ -338,6 +338,8 @@ class Connection(ConnectionAttr):
|
|||||||
which has nemud.app_keep_alive and always be a vertical device
|
which has nemud.app_keep_alive and always be a vertical device
|
||||||
MuMu PRO on mac has the same feature
|
MuMu PRO on mac has the same feature
|
||||||
"""
|
"""
|
||||||
|
if not self.is_mumu_family:
|
||||||
|
return False
|
||||||
if self.nemud_app_keep_alive != '':
|
if self.nemud_app_keep_alive != '':
|
||||||
return True
|
return True
|
||||||
if IS_MACINTOSH:
|
if IS_MACINTOSH:
|
||||||
|
Loading…
Reference in New Issue
Block a user