Update SysPatch.py

This commit is contained in:
Mykola Grymalyuk
2021-06-18 09:29:29 -06:00
committed by GitHub
parent 5f7b836330
commit 12f9482d3d
+1 -1
View File
@@ -405,7 +405,7 @@ class PatchSysVolume:
if self.legacy_audio is True: if self.legacy_audio is True:
print("- Add legacy Audio Control") print("- Add legacy Audio Control")
self.no_patch = any( self.no_patch = not any(
[ [
self.nvidia_legacy, self.nvidia_legacy,
self.amd_ts1, self.amd_ts1,