Automatically saves settings to external file
| 55 | |
| 56 | /// Automatically saves settings to external file |
| 57 | inline void Update(std::map<std::string, std::string> const & settings) |
| 58 | { |
| 59 | StringStorage::Instance().Update(settings); |
| 60 | } |
| 61 | |
| 62 | inline void Delete(std::string_view key) |
| 63 | { |
no test coverage detected