Merge pull request #413 from 21pages/allow-remote-cm-modification

custom client option `allow-remote-cm-modification`
This commit is contained in:
RustDesk 2024-07-09 15:12:48 +08:00 committed by GitHub
commit 9917fcb501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 2 deletions

View File

@ -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` |

View File

@ -975,6 +975,14 @@ Android 浮动窗口具有可调整的透明度。如果您想启用但隐藏浮
这个选项用于Android做被控。默认情况下,当分辨率大于1200时,硬件编码使用原始分辨率,而软件编码使用一半的分辨率,因为软件编码比较慢。这个选项用于设置软件编码是否应该缩放到一半分辨率。
| Values | Default | Example |
| 可设值 | 默认值 | 示例 |
| :------: | :------: | :------: |
| Y, N | Y | `enable-android-software-encoding-half-scale=N` |
| Y, N | Y | `enable-android-software-encoding-half-scale=N` |
### allow-remote-cm-modification
是否允许控制端点击连接管理窗口,以接受连接、更改权限等。
| 可设值 | 默认值 | 示例 |
| :------: | :------: | :------: |
| Y, N | N | `allow-remote-cm-modification=Y` |