From e6724f06de543a40d3f7d7350790f84a0e151045 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 23 May 2025 21:52:54 +0800 Subject: [PATCH] Update config.rs --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.rs b/src/config.rs index 55ae70f..9d23047 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2459,6 +2459,7 @@ pub mod keys { pub const OPTION_ENABLE_TRUSTED_DEVICES: &str = "enable-trusted-devices"; pub const OPTION_AV1_TEST: &str = "av1-test"; pub const OPTION_TRACKPAD_SPEED: &str = "trackpad-speed"; + pub const OPTION_REGISTER_DEVICE: &str = "register-device"; // buildin options pub const OPTION_DISPLAY_NAME: &str = "display-name"; @@ -2647,6 +2648,7 @@ pub mod keys { OPTION_ONE_WAY_FILE_TRANSFER, OPTION_ALLOW_HTTPS_21114, OPTION_ALLOW_HOSTNAME_AS_ID, + OPTION_REGISTER_DEVICE, ]; }