pub fn write_settings(
    path: &Path,
    values: &HashMap<String, SettingsValue>,
    errors: &mut Vec<String>
) -> bool
Expand description

| Write settings file. |