From 12f9482d3de894a8824a73c5611979e2c2d891d8 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 18 Jun 2021 09:29:29 -0600 Subject: [PATCH] Update SysPatch.py --- Resources/SysPatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 6d6bdf3e9..1a5ff3de8 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -405,7 +405,7 @@ class PatchSysVolume: if self.legacy_audio is True: print("- Add legacy Audio Control") - self.no_patch = any( + self.no_patch = not any( [ self.nvidia_legacy, self.amd_ts1,