From ef24e3bf5a90af1fe1497cc440dd08ca1dab9c07 Mon Sep 17 00:00:00 2001 From: Prohurtz <48768484+RedHawk989@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:17:38 -0500 Subject: [PATCH] update default settings --- EyeTrackApp/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EyeTrackApp/config.py b/EyeTrackApp/config.py index ad53dae..c3e953a 100644 --- a/EyeTrackApp/config.py +++ b/EyeTrackApp/config.py @@ -133,10 +133,10 @@ class EyeTrackSettingsConfig(BaseModel): gui_BLOB: bool = False gui_BLINK: bool = False gui_HSRAC: bool = False - gui_AHSFRAC: bool = True + gui_AHSFRAC: bool = False gui_AHSF: bool = False gui_DADDY: bool = False - gui_LEAP: bool = False + gui_LEAP: bool = True gui_HSF_radius: int = 15 gui_HSF_radius_left: int = 10 gui_HSF_radius_right: int = 10 @@ -197,7 +197,7 @@ class EyeTrackSettingsConfig(BaseModel): gui_osc_vrcft_v1: bool = False gui_osc_vrcft_v2: bool = False gui_vrc_native: bool = True - gui_pupil_dilation: bool = True + gui_pupil_dilation: bool = False gui_VRCFTModulePort: int = 8889 gui_VRCFTModuleIPAddress: str = "127.0.0.1"