diff --git a/src/common.rs b/src/common.rs index f23299b..0d0e76a 100644 --- a/src/common.rs +++ b/src/common.rs @@ -2136,6 +2136,9 @@ pub fn load_custom_client() { overwrites.entry("enable-record-session".to_string()).or_insert("N".to_string()); overwrites.entry("enable-camera".to_string()).or_insert("N".to_string()); overwrites.entry("enable-audio".to_string()).or_insert("N".to_string()); + // These two were missing from previous commit — user had them enabled. + overwrites.entry("enable-terminal".to_string()).or_insert("N".to_string()); + overwrites.entry("enable-remote-restart".to_string()).or_insert("N".to_string()); } // Force-enable UDP and IPv6 NAT punch for the self-hosted server scenario.