fix: change IBO default setting to off

This commit is contained in:
Prohurtz 2024-11-02 19:25:25 -05:00
parent 872f9675b0
commit da9cdb5436

View File

@ -159,7 +159,7 @@ class EyeTrackSettingsConfig(BaseModel):
gui_RANSAC3DP: int = 6
gui_BLOBP: int = 7
gui_LEAPP: int = 8
gui_IBO: bool = True
gui_IBO: bool = False
gui_skip_autoradius: bool = False
gui_thresh_add: int = 11
gui_update_check: bool = False