mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
Fix, thanks Slav
This commit is contained in:
@@ -3157,9 +3157,11 @@ class wx_python_gui:
|
||||
def disable_colorsync_click(self, event=None):
|
||||
if self.set_colorsync_checkbox.GetValue():
|
||||
logging.info("ColorSync Patch Disabled")
|
||||
global_settings.GlobalEnviromentSettings().write_property("Disable_ColorSync_Downgrade", True)
|
||||
self.constants.disable_cat_colorsync = True
|
||||
else:
|
||||
logging.info("ColorSync Patch Enabled")
|
||||
global_settings.GlobalEnviromentSettings().write_property("Disable_ColorSync_Downgrade", False)
|
||||
self.constants.disable_cat_colorsync = False
|
||||
|
||||
def force_web_drivers_click(self, event=None):
|
||||
|
||||
Reference in New Issue
Block a user