mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
config: enable settings migration
This commit is contained in:
@ -47,7 +47,7 @@ bool obs_module_load(void) {
|
|||||||
|
|
||||||
// Core setup
|
// Core setup
|
||||||
auto config = Config::Current();
|
auto config = Config::Current();
|
||||||
// config->MigrateFromGlobalSettings();
|
config->MigrateFromGlobalSettings(); // TODO remove this on the next minor jump
|
||||||
config->Load();
|
config->Load();
|
||||||
|
|
||||||
WSEvents::ResetCurrent(WSServer::Current());
|
WSEvents::ResetCurrent(WSServer::Current());
|
||||||
|
Reference in New Issue
Block a user