mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
reload the merged config after making versioned changes
This commit is contained in:
parent
427e2e7dbf
commit
5d9f62066a
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ void DomainServerSettingsManager::setupConfigMap(const QStringList& argumentList
|
|||
|
||||
// write the new settings to the json file
|
||||
persistToFile();
|
||||
|
||||
// reload the master and user config so that the merged config is right
|
||||
_configMap.loadMasterAndUserConfig(argumentList);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue