From 334641686c731631fc51524bb2aa2ec2773069ee Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:54:33 +0800 Subject: [PATCH] disable-discovery-panel --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.rs b/src/config.rs index 2231928..5c13cfd 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2546,6 +2546,7 @@ pub mod keys { pub const OPTION_KEEP_SCREEN_ON: &str = "keep-screen-on"; pub const OPTION_DISABLE_GROUP_PANEL: &str = "disable-group-panel"; + pub const OPTION_DISABLE_DISCOVERY_PANEL: &str = "disable-discovery-panel"; pub const OPTION_PRE_ELEVATE_SERVICE: &str = "pre-elevate-service"; // proxy settings @@ -2614,6 +2615,7 @@ pub mod keys { OPTION_FLOATING_WINDOW_SVG, OPTION_KEEP_SCREEN_ON, OPTION_DISABLE_GROUP_PANEL, + OPTION_DISABLE_DISCOVERY_PANEL, OPTION_PRE_ELEVATE_SERVICE, OPTION_ALLOW_REMOTE_CM_MODIFICATION, OPTION_ALLOW_AUTO_RECORD_OUTGOING,