GUACAMOLE-448: Merge parameter definitions for RDP caching.

This commit is contained in:
Michael Jumper
2018-02-22 00:41:29 -08:00
2 changed files with 18 additions and 0 deletions

View File

@@ -222,6 +222,21 @@
"name" : "enable-menu-animations",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-bitmap-caching",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-offscreen-caching",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-glyph-caching",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},