diff --git a/obs-config/global.ini b/obs-config/global.ini index ce27af6..84ee45a 100644 --- a/obs-config/global.ini +++ b/obs-config/global.ini @@ -1,5 +1,6 @@ [General] EnableAutoUpdates=false +FirstRun=false [BasicWindow] SysTrayEnabled=true diff --git a/obs-config/plugin_config/obs-websocket/config.json b/obs-config/plugin_config/obs-websocket/config.json index 69c3968..339e05d 100644 --- a/obs-config/plugin_config/obs-websocket/config.json +++ b/obs-config/plugin_config/obs-websocket/config.json @@ -1,6 +1,6 @@ { - "alerts_enabled": false, - "auth_required": false, - "server_enabled": true, - "server_port": 4455 + "AlertsEnabled": false, + "AuthRequired": false, + "ServerEnabled": true, + "ServerPort": 4455 }