MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / SetSettings

Method SetSettings

SettingsManager.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void SettingsManager::SetSettings(std::string settings_key, json new_settings)
49{
50 settings_data[settings_key] = new_settings;
51}
52
53void SettingsManager::LoadSettings(const filesystem::path& filename)
54{

Calls

no outgoing calls

Tested by

no test coverage detected