Skip to content

Commit

Permalink
GUACAMOLE-1196: Merge parameter definition and translation for option…
Browse files Browse the repository at this point in the history
… to disable display resize.
  • Loading branch information
mike-jumper authored Aug 6, 2024
2 parents 61b43f4 + 4dd7a84 commit f87fc3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-display-resize",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "swap-red-blue",
"type" : "BOOLEAN",
Expand Down
7 changes: 4 additions & 3 deletions guacamole/src/main/frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,10 @@
"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_SERVER_INPUT" : "Disable server input when client is connected:",
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
"FIELD_HEADER_DISABLE_DISPLAY_RESIZE" : "Disable resize of remote display:",
"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_ENCODINGS" : "Display encodings:",
Expand Down

0 comments on commit f87fc3f

Please sign in to comment.