diff --git a/src/config.rs b/src/config.rs index dff7e4e4b..31811d400 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2685,6 +2685,7 @@ pub mod keys { // built-in options pub const OPTION_DISPLAY_NAME: &str = "display-name"; + pub const OPTION_AVATAR: &str = "avatar"; pub const OPTION_PRESET_DEVICE_GROUP_NAME: &str = "preset-device-group-name"; pub const OPTION_PRESET_USERNAME: &str = "preset-user-name"; pub const OPTION_PRESET_STRATEGY_NAME: &str = "preset-strategy-name"; @@ -2891,6 +2892,7 @@ pub mod keys { // BUILDIN_SETTINGS pub const KEYS_BUILDIN_SETTINGS: &[&str] = &[ OPTION_DISPLAY_NAME, + OPTION_AVATAR, OPTION_PRESET_DEVICE_GROUP_NAME, OPTION_PRESET_USERNAME, OPTION_PRESET_STRATEGY_NAME,