config: enable settings migration

This commit is contained in:
Stéphane L 2019-04-22 16:13:12 +02:00
parent a96da35f11
commit efc6d4c15a

View File

@ -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());