GUACAMOLE-448: Add support for configuring glyph caching.

This commit is contained in:
Nick Couchman
2018-02-20 15:38:36 -05:00
parent 1292512b33
commit ae1ce0dcdd
2 changed files with 8 additions and 2 deletions

View File

@@ -229,6 +229,11 @@
"name" : "disable-offscreen-caching",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-glyph-caching",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},