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" ]
}
]
},

View File

@@ -330,6 +330,7 @@
"FIELD_HEADER_ENABLE_MENU_ANIMATIONS" : "Enable menu animations:",
"FIELD_HEADER_DISABLE_BITMAP_CACHING" : "Disable bitmap caching:",
"FIELD_HEADER_DISABLE_OFFSCREEN_CACHING" : "Disable off-screen caching:",
"FIELD_HEADER_DISAbLE_GLYPH_CACHING" : "Disable glyph caching:",
"FIELD_HEADER_ENABLE_PRINTING" : "Enable printing:",
"FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:",
"FIELD_HEADER_ENABLE_THEMING" : "Enable theming:",