mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
sys_patch_detect.py: Add Sonoma check to PCIe Camera UI label
Patch itself still has a Sonoma guard, this simply prevents the UI from showing the item
This commit is contained in:
@@ -538,7 +538,8 @@ class DetectRootPatch:
|
||||
|
||||
self.has_network = network_handler.NetworkUtilities().verify_network_connection()
|
||||
|
||||
self.legacy_pcie_webcam = self.constants.computer.pcie_webcam
|
||||
if self.constants.detected_os >= os_data.os_data.sonoma:
|
||||
self.legacy_pcie_webcam = self.constants.computer.pcie_webcam
|
||||
|
||||
if self._check_uhci_ohci() is True:
|
||||
self.legacy_uhci_ohci = True
|
||||
|
||||
Reference in New Issue
Block a user