mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-29 10:29:48 +01:00
Merge pull request #413 from 21pages/allow-remote-cm-modification
custom client option `allow-remote-cm-modification`
This commit is contained in:
commit
9917fcb501
@ -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` |
|
||||
|
@ -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` |
|
Loading…
Reference in New Issue
Block a user