Skip to content

Commit

Permalink
GUACAMOLE-1267: Merge client-side setting for disabling VNC server in…
Browse files Browse the repository at this point in the history
…put.
  • Loading branch information
mike-jumper committed May 15, 2024
2 parents 3b8be53 + b92871f commit d0a0c1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-server-input",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "swap-red-blue",
"type" : "BOOLEAN",
Expand Down
5 changes: 3 additions & 2 deletions guacamole/src/main/frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,9 @@
"FIELD_HEADER_CURSOR" : "Cursor:",
"FIELD_HEADER_DEST_HOST" : "Destination host:",
"FIELD_HEADER_DEST_PORT" : "Destination port:",
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
"FIELD_HEADER_DISABLE_SERVER_INPUT" : "Disable server input when client is connected:",
"FIELD_HEADER_ENABLE_AUDIO" : "Enable audio:",
"FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:",
"FIELD_HEADER_FORCE_LOSSLESS" : "Force lossless compression:",
Expand Down

0 comments on commit d0a0c1a

Please sign in to comment.