lower thresh add

This commit is contained in:
Prohurtz 2023-03-19 15:24:08 -05:00
parent cc304f855d
commit 2495a66704

View File

@ -52,7 +52,7 @@ class EyeTrackSettingsConfig(BaseModel):
gui_BLOBP: int = 5
gui_IBO: bool = True
gui_skip_autoradius: bool = False
gui_thresh_add: int = 20
gui_thresh_add: int = 11
gui_update_check: bool = False
class EyeTrackConfig(BaseModel):