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