From 6ac18b251c12fc55f67f6e2a47dac6ce8a6aab39 Mon Sep 17 00:00:00 2001 From: Jazzzny Date: Wed, 19 Apr 2023 17:10:17 -0400 Subject: [PATCH] Clean up --- resources/gui/gui_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/gui/gui_main.py b/resources/gui/gui_main.py index cf3ba2965..56e2b09fd 100644 --- a/resources/gui/gui_main.py +++ b/resources/gui/gui_main.py @@ -3156,10 +3156,10 @@ class wx_python_gui: def disable_colorsync_click(self, event=None): if self.set_colorsync_checkbox.GetValue(): - logging.info("ColorSync Patch Enabled") + logging.info("ColorSync Patch Disabled") self.constants.disable_cat_colorsync = True else: - logging.info("ColorSync Patch Disabled") + logging.info("ColorSync Patch Enabled") self.constants.disable_cat_colorsync = False def force_web_drivers_click(self, event=None):