mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
gui.py: Fix DEBUG kext support
This commit is contained in:
@@ -1631,9 +1631,11 @@ class wx_python_gui:
|
|||||||
if self.kext_checkbox.GetValue():
|
if self.kext_checkbox.GetValue():
|
||||||
print("Kext mode enabled")
|
print("Kext mode enabled")
|
||||||
self.constants.kext_debug = True
|
self.constants.kext_debug = True
|
||||||
|
self.constants.kext_variant = "DEBUG"
|
||||||
else:
|
else:
|
||||||
print("Kext mode disabled")
|
print("Kext mode disabled")
|
||||||
self.constants.kext_debug = False
|
self.constants.kext_debug = False
|
||||||
|
self.constants.kext_variant = "RELEASE"
|
||||||
|
|
||||||
def oc_checkbox_click(self, event=None):
|
def oc_checkbox_click(self, event=None):
|
||||||
if self.opencore_checkbox.GetValue():
|
if self.opencore_checkbox.GetValue():
|
||||||
|
|||||||
Reference in New Issue
Block a user