This commit is contained in:
Jazzzny
2023-04-19 17:10:17 -04:00
parent 11a9ab7b96
commit 6ac18b251c

View File

@@ -3156,10 +3156,10 @@ class wx_python_gui:
def disable_colorsync_click(self, event=None): def disable_colorsync_click(self, event=None):
if self.set_colorsync_checkbox.GetValue(): if self.set_colorsync_checkbox.GetValue():
logging.info("ColorSync Patch Enabled") logging.info("ColorSync Patch Disabled")
self.constants.disable_cat_colorsync = True self.constants.disable_cat_colorsync = True
else: else:
logging.info("ColorSync Patch Disabled") logging.info("ColorSync Patch Enabled")
self.constants.disable_cat_colorsync = False self.constants.disable_cat_colorsync = False
def force_web_drivers_click(self, event=None): def force_web_drivers_click(self, event=None):