make auto radius on by default

This commit is contained in:
Prohurtz 2023-03-19 15:11:17 -05:00
parent 5610297d3e
commit cc304f855d

View File

@ -51,7 +51,7 @@ class EyeTrackSettingsConfig(BaseModel):
gui_RANSAC3DP: int = 4
gui_BLOBP: int = 5
gui_IBO: bool = True
gui_skip_autoradius: bool = True
gui_skip_autoradius: bool = False
gui_thresh_add: int = 20
gui_update_check: bool = False