mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
Fix typo
This commit is contained in:
@@ -213,9 +213,9 @@ class PatchSysVolume:
|
||||
self.gpu_accel_patches_11()
|
||||
rebuild_required = True
|
||||
|
||||
#if self.model == "iMac7,1":
|
||||
# print("- Fixing Volume Control Support")
|
||||
# self.add_new_binaries(ModelArray.AddVolumeControl, self.constants.audio_path)
|
||||
if self.model == "iMac7,1":
|
||||
print("- Fixing Volume Control Support")
|
||||
self.add_new_binaries(ModelArray.AddVolumeControl, self.constants.audio_path)
|
||||
|
||||
if rebuild_required is True:
|
||||
self.rebuild_snapshot()
|
||||
|
||||
Reference in New Issue
Block a user