Config: Rename config section name

This commit is contained in:
tt2468 2021-04-26 20:55:50 -07:00
parent 6f2f207adc
commit 105229336e

View File

@ -3,7 +3,7 @@
#include "Config.h"
#define CONFIG_SECTION_NAME "obs-websocket"
#define CONFIG_SECTION_NAME "OBSWebSocket"
#define PARAM_ENABLED "ServerEnabled"
#define PARAM_PORT "ServerPort"