diff --git a/src/config.rs b/src/config.rs index cc34a0d06..1afc43ee8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2964,6 +2964,8 @@ pub mod keys { pub const OPTION_HIDE_REMOTE_PRINTER_SETTINGS: &str = "hide-remote-printer-settings"; pub const OPTION_HIDE_WEBSOCKET_SETTINGS: &str = "hide-websocket-settings"; pub const OPTION_HIDE_STOP_SERVICE: &str = "hide-stop-service"; + pub const OPTION_ALLOW_COMMAND_LINE_SETTINGS_WHEN_SETTINGS_DISABLED: &str = + "allow-command-line-settings-when-settings-disabled"; // Connection punch-through options pub const OPTION_ENABLE_UDP_PUNCH: &str = "enable-udp-punch"; @@ -3198,6 +3200,7 @@ pub mod keys { OPTION_DISABLE_UNLOCK_PIN, OPTION_USE_RAW_TCP_FOR_API, OPTION_ENABLE_PERM_CHANGE_IN_ACCEPT_WINDOW, + OPTION_ALLOW_COMMAND_LINE_SETTINGS_WHEN_SETTINGS_DISABLED, ]; }