From b913c1aab4621c02fcb6fdc666428536b8f3124b Mon Sep 17 00:00:00 2001 From: 21pages Date: Tue, 9 Jul 2024 15:01:06 +0800 Subject: [PATCH] custom client option `allow-remote-cm-modification` Signed-off-by: 21pages --- .../advanced-settings/_index.en.md | 8 ++++++++ .../advanced-settings/_index.zh-cn.md | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) 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..5cbbec7 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,11 @@ 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. + +| Values | Default | Example | +| :------: | :------: | :------: | +| Y, N | N | `allow-remote-cm-modification=Y` | \ No newline at end of file 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