We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80418dc commit 8417325Copy full SHA for 8417325
BabbleApp/config.py
@@ -28,7 +28,7 @@ class BabbleSettingsConfig(BaseModel):
28
gui_osc_port: int = 9000
29
gui_osc_receiver_port: int = 9001
30
gui_osc_recalibrate_address: str = "/avatar/parameters/babble_recalibrate"
31
- gui_update_check: bool = False
+ gui_update_check: bool = True
32
gui_ROSC: bool = False
33
gui_osc_location: str = "/avatar/parameters"
34
gui_multiply: int = 1
0 commit comments