feat: custom client advanced settings

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2024-05-18 21:27:18 +08:00
parent 45c251d677
commit 5e9eaf5174
2 changed files with 30 additions and 0 deletions

View File

@ -152,6 +152,21 @@ The "disable-audio" option in each peer's settings will then control whether to
| :------: | :------: | :------: | :------: |
| N | Y,N | N | `disable-audio=Y` |
#### enable-file-copy-paste
This option will set the "enable-file-copy-paste" option for every peer after the first connection.
The "enable-file-copy-paste" option in each peer's settings will then control enable file copy and paste in connection.
**Location**:
1. **Desktop** Settings -> Display -> Other default options -> Enable file copy and paste (Windows only)
1. **Mobile**
| Install required | Values | Default | Example |
| :------: | :------: | :------: | :------: |
| N | Y,N | N | `enable-file-copy-paste=Y` |
#### disable-clipboard
This option will set the "disable-clipboard" option for every peer after the first connection.

View File

@ -152,6 +152,21 @@ weight: 49
| :------: | :------: | :------: | :------: |
| N | Y,N | N | `disable-audio=Y` |
#### enable-file-copy-paste
这个选项会在第一次连接每个被控端的后,设置关于该被控端的 "enable-file-copy-paste"。
被控端设置中的 "enable-file-copy-paste" 控制连接中,是否可以复制粘贴文件。
**位置**:
1. **桌面端** 设置 -> 显示 -> 其他默认选项 -> 静音允许复制粘贴文件 (仅支持 Windows)
1. **移动端**
| 是否需要安装 | 可设值 | 默认值 | 示例 |
| :------: | :------: | :------: | :------: |
| N | Y,N | N | `enable-file-copy-paste=Y` |
#### disable-clipboard
这个选项会在第一次连接每个被控端的后,设置关于该被控端的 "disable-clipboard"。