Get current setting from config file or read/write settings file, ignoring nonpersistent command line or forced settings values.
Declared in <common/args.h>
[[requires_capability(0x7f2e381af168)]]
common::SettingsValue
GetPersistentSetting(std::string const& name) const;
The persistent setting value, or a null value if unset.
| Name | Description |
|---|---|
| name | The setting name to look up. |