Skip to main content

load_settings

Function load_settings 

Source
pub fn load_settings() -> Result<AppSettings>
Expand description

Load GUI application settings.

Returns AppSettings::default() when the file does not exist yet (first run) or when the file is malformed (file is preserved for manual recovery).