gmux.py: Fix comment

This commit is contained in:
Mykola Grymalyuk
2024-09-12 10:37:49 -06:00
parent 73aa594ab6
commit 48c74a1d75
@@ -88,7 +88,7 @@ class GraphicsMultiplexer(BaseHardware):
def patches(self) -> dict: def patches(self) -> dict:
""" """
Patches for Legacy Backlight Control Patches for Legacy GMUX Controllers
""" """
if self.native_os() is True: if self.native_os() is True:
return {} return {}