diff --git a/content/self-host/client-configuration/advanced-settings/_index.en.md b/content/self-host/client-configuration/advanced-settings/_index.en.md index 3bfd13e..3bca30c 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.en.md +++ b/content/self-host/client-configuration/advanced-settings/_index.en.md @@ -980,3 +980,13 @@ This is for the Android controlled side. By default, when the resolution is grea | Values | Default | Example | | :------: | :------: | :------: | | Y, N | Y | `enable-android-software-encoding-half-scale=N` | + +### allow-remote-cm-modification + +Whether to allow the control side to click on the connection management window to accept connections, change permissions, etc. + +https://github.com/rustdesk/rustdesk/issues/7425 + +| Values | Default | Example | +| :------: | :------: | :------: | +| Y, N | N | `allow-remote-cm-modification=Y` | diff --git a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md index 794de92..22a9bcf 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md +++ b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md @@ -975,6 +975,14 @@ Android 浮动窗口具有可调整的透明度。如果您想启用但隐藏浮 这个选项用于Android做被控。默认情况下,当分辨率大于1200时,硬件编码使用原始分辨率,而软件编码使用一半的分辨率,因为软件编码比较慢。这个选项用于设置软件编码是否应该缩放到一半分辨率。 -| Values | Default | Example | +| 可设值 | 默认值 | 示例 | | :------: | :------: | :------: | -| Y, N | Y | `enable-android-software-encoding-half-scale=N` | \ No newline at end of file +| Y, N | Y | `enable-android-software-encoding-half-scale=N` | + +### allow-remote-cm-modification + +是否允许控制端点击连接管理窗口,以接受连接、更改权限等。 + +| 可设值 | 默认值 | 示例 | +| :------: | :------: | :------: | +| Y, N | N | `allow-remote-cm-modification=Y` | \ No newline at end of file