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).
pub fn load_settings() -> Result<AppSettings>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).