| 131 | } |
| 132 | |
| 133 | void ViewerSettingsManager::saveString( const std::string& name, const std::string& value ) |
| 134 | { |
| 135 | Config::instance().setJsonValue( name, value ); |
| 136 | } |
| 137 | |
| 138 | bool ViewerSettingsManager::loadBool( const std::string& name, bool def ) |
| 139 | { |
no test coverage detected