mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +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:
@@ -3,6 +3,8 @@
|
|||||||
## 1.1.0
|
## 1.1.0
|
||||||
- Add error handling for corrupted patcher settings
|
- Add error handling for corrupted patcher settings
|
||||||
- Remove CoreImage patch for 3802 GPUs on Ventura
|
- Remove CoreImage patch for 3802 GPUs on Ventura
|
||||||
|
- Avoid listing PCIe FaceTime camera patch on pre-Sonoma OSes
|
||||||
|
- Only cometic in Root Patching UI, however removed to avoid confusion
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
- Resolve BCM2046 and BCM2070 support on macOS 13.3 and newer
|
- Resolve BCM2046 and BCM2070 support on macOS 13.3 and newer
|
||||||
|
|||||||
@@ -538,7 +538,8 @@ class DetectRootPatch:
|
|||||||
|
|
||||||
self.has_network = network_handler.NetworkUtilities().verify_network_connection()
|
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:
|
if self._check_uhci_ohci() is True:
|
||||||
self.legacy_uhci_ohci = True
|
self.legacy_uhci_ohci = True
|
||||||
|
|||||||
Reference in New Issue
Block a user