mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
add custom client option to allow remote cm modification (#8660)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
6f74080a2d
commit
0bb4d43e9e
3 changed files with 22 additions and 6 deletions
|
@ -135,6 +135,7 @@ const String kOptionAllowLinuxHeadless = "allow-linux-headless";
|
|||
const String kOptionAllowRemoveWallpaper = "allow-remove-wallpaper";
|
||||
const String kOptionStopService = "stop-service";
|
||||
const String kOptionDirectxCapture = "enable-directx-capture";
|
||||
const String kOptionAllowRemoteCmModification = "allow-remote-cm-modification";
|
||||
|
||||
const String kOptionToggleViewOnly = "view-only";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue