diff --git a/src/obs-websocket.cpp b/src/obs-websocket.cpp index 5fd32bd4..615d0782 100644 --- a/src/obs-websocket.cpp +++ b/src/obs-websocket.cpp @@ -47,7 +47,7 @@ bool obs_module_load(void) { // Core setup auto config = Config::Current(); - // config->MigrateFromGlobalSettings(); + config->MigrateFromGlobalSettings(); // TODO remove this on the next minor jump config->Load(); WSEvents::ResetCurrent(WSServer::Current());