diff --git a/src/config.rs b/src/config.rs index 5331a08..e8a781a 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2897,6 +2897,7 @@ pub mod keys { pub const OPTION_USE_RAW_TCP_FOR_API: &str = "use-raw-tcp-for-api"; pub const OPTION_ALLOW_HOSTNAME_AS_ID: &str = "allow-hostname-as-id"; pub const OPTION_HIDE_POWERED_BY_ME: &str = "hide-powered-by-me"; + pub const OPTION_APP_ICON: &str = "app-icon"; pub const OPTION_MAIN_WINDOW_ALWAYS_ON_TOP: &str = "main-window-always-on-top"; pub const OPTION_DISABLE_CHANGE_PERMANENT_PASSWORD: &str = "disable-change-permanent-password"; pub const OPTION_DISABLE_CHANGE_ID: &str = "disable-change-id"; @@ -3107,6 +3108,7 @@ pub mod keys { OPTION_ALLOW_HOSTNAME_AS_ID, OPTION_REGISTER_DEVICE, OPTION_HIDE_POWERED_BY_ME, + OPTION_APP_ICON, OPTION_MAIN_WINDOW_ALWAYS_ON_TOP, OPTION_FILE_TRANSFER_MAX_FILES, OPTION_DISABLE_CHANGE_PERMANENT_PASSWORD,