mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-515: Add create-drive-path parameter to RDP.
This commit is contained in:
@@ -131,6 +131,11 @@
|
||||
"name" : "drive-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-drive-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "static-channels",
|
||||
"type" : "TEXT"
|
||||
|
@@ -252,6 +252,7 @@
|
||||
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
|
||||
"FIELD_HEADER_CONSOLE" : "Administrator console:",
|
||||
"FIELD_HEADER_CONSOLE_AUDIO" : "Support audio in console:",
|
||||
"FIELD_HEADER_CREATE_DRIVE_PATH" : "Automatically create drive:",
|
||||
"FIELD_HEADER_DISABLE_AUDIO" : "Disable audio:",
|
||||
"FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:",
|
||||
"FIELD_HEADER_DOMAIN" : "Domain:",
|
||||
|
Reference in New Issue
Block a user