From efc6d4c15ae549080d510169bfe4a60d53865c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Mon, 22 Apr 2019 16:13:12 +0200 Subject: [PATCH] config: enable settings migration --- src/obs-websocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());