mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 20:30:08 +03:00
allow hide cm for self-host pro
This commit is contained in:
@@ -2415,7 +2415,6 @@ async fn start_ipc(
|
||||
#[allow(unused_mut)]
|
||||
#[allow(unused_assignments)]
|
||||
let mut args = vec!["--cm"];
|
||||
#[cfg(not(windows))]
|
||||
if crate::hbbs_http::sync::is_pro() && password::hide_cm() {
|
||||
args.push("--hide");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user