Skip to content

Commit 38747f2

Browse files
committed
revert control patch
1 parent ae6d42e commit 38747f2

File tree

4 files changed

+2
-90
lines changed

4 files changed

+2
-90
lines changed

oclp_r/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def __init__(self) -> None:
165165
self.computer: device_probe.Computer = None # type: ignore
166166
self.custom_model: Optional[str] = None
167167
self.change_launchpad:bool = False
168-
self.change_control_center:bool =False
168+
169169

170170
## OpenCore Settings
171171
self.opencore_debug: bool = False # Enable OpenCore debug

oclp_r/sys_patch/patchsets/detect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
legacy_usb11,
4545
modern_audio,
4646
Launch,
47-
control_center,
4847
modern_usb,
4948
pcie_webcam,
5049
t1_security,
@@ -135,7 +134,6 @@ def __init__(self, constants: constants.Constants,
135134
legacy_audio.LegacyAudio,
136135
modern_audio.ModernAudio,
137136
Launch.LaunchPad,
138-
control_center.ControlCenter,
139137
voodoo_audio.VoodooAudio,
140138
modern_usb.LegacyUSBHost,
141139
display_backlight.DisplayBacklight,

oclp_r/sys_patch/patchsets/hardware/misc/control_center.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

oclp_r/wx_gui/gui_settings.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -769,17 +769,7 @@ def _settings(self) -> dict:
769769
"When enabled, this will patch the Old USB",
770770
"extensions on Tahoe.",
771771
],
772-
},
773-
"Allow Tahoe Control Center Patch": {
774-
"type": "checkbox",
775-
"value": self.constants.change_control_center,
776-
"variable": "change_control_center",
777-
"constants_variable": "change_control_center",
778-
"description": [
779-
"When enabled, this will patch the Control",
780-
"Center on Tahoe.",
781-
],
782-
},
772+
},
783773
"Allow Launchpad Patch": {
784774
"type": "checkbox",
785775
"value": self.constants.change_launchpad,

0 commit comments

Comments
 (0)