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:
parent
a96da35f11
commit
efc6d4c15a
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user