From bcd6afc94aa8bb3e0acc22596ef200416abdb510 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:17:37 +0800 Subject: [PATCH] Opt: [ALAS] Skip nemud_app_keep_alive check on non-mumu --- module/device/connection.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/device/connection.py b/module/device/connection.py index e8757106f..5779e9760 100644 --- a/module/device/connection.py +++ b/module/device/connection.py @@ -338,6 +338,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: