Skip to content

Commit

Permalink
GUACAMOLE-1760: Add client-side options for compression and quality l…
Browse files Browse the repository at this point in the history
…evels.
  • Loading branch information
necouchman committed Apr 17, 2024
1 parent 0e12f48 commit 5ffb656
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "compress-level",
"type" : "NUMERIC"
},
{
"name" : "quality-level",
"type" : "NUMERIC"
},
{
"name" : "encodings",
"type" : "TEXT"
Expand Down
2 changes: 2 additions & 0 deletions guacamole/src/main/frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@
"FIELD_HEADER_AUDIO_SERVERNAME" : "Audio server name:",
"FIELD_HEADER_CLIPBOARD_ENCODING" : "Encoding:",
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
"FIELD_HEADER_COMPRESS_LEVEL" : "Compression level:",
"FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:",
"FIELD_HEADER_CURSOR" : "Cursor:",
"FIELD_HEADER_DEST_HOST" : "Destination host:",
Expand All @@ -912,6 +913,7 @@
"FIELD_HEADER_USERNAME" : "Username:",
"FIELD_HEADER_PASSWORD" : "Password:",
"FIELD_HEADER_PORT" : "Port:",
"FIELD_HEADER_QUALITY_LEVEL" : "Display quality:",
"FIELD_HEADER_READ_ONLY" : "Read-only:",
"FIELD_HEADER_RECORDING_WRITE_EXISTING" : "@:APP.FIELD_HEADER_RECORDING_WRITE_EXISTING",
"FIELD_HEADER_RECORDING_EXCLUDE_MOUSE" : "Exclude mouse:",
Expand Down

0 comments on commit 5ffb656

Please sign in to comment.