GUACAMOLE-1267: Add client-side setting for disabling server input.

This commit is contained in:
Virtually Nick
2024-05-02 08:05:17 -04:00
parent c721ee21a2
commit b92871f11e
2 changed files with 8 additions and 2 deletions

View File

@@ -38,6 +38,11 @@
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-server-input",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "swap-red-blue",
"type" : "BOOLEAN",