diff --git a/src/config.rs b/src/config.rs index c12de8e..8ab38f5 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2944,6 +2944,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"; @@ -3154,6 +3155,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,