Merge pull request #544 from 21pages/allow-command-line-settings-when-settings-disabled

option allow-command-line-settings-when-settings-disabled
This commit is contained in:
RustDesk
2026-05-28 17:22:28 +08:00
committed by GitHub
+3
View File
@@ -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,
];
}