GUACAMOLE-448: Add parameters for disabling bitmap caching.

This commit is contained in:
Nick Couchman
2018-01-02 18:18:17 -05:00
parent d73a0ece29
commit 1292512b33
2 changed files with 12 additions and 0 deletions

View File

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

View File

@@ -328,6 +328,8 @@
"FIELD_HEADER_ENABLE_FONT_SMOOTHING" : "Enable font smoothing (ClearType):", "FIELD_HEADER_ENABLE_FONT_SMOOTHING" : "Enable font smoothing (ClearType):",
"FIELD_HEADER_ENABLE_FULL_WINDOW_DRAG" : "Enable full-window drag:", "FIELD_HEADER_ENABLE_FULL_WINDOW_DRAG" : "Enable full-window drag:",
"FIELD_HEADER_ENABLE_MENU_ANIMATIONS" : "Enable menu animations:", "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_ENABLE_PRINTING" : "Enable printing:", "FIELD_HEADER_ENABLE_PRINTING" : "Enable printing:",
"FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:", "FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:",
"FIELD_HEADER_ENABLE_THEMING" : "Enable theming:", "FIELD_HEADER_ENABLE_THEMING" : "Enable theming:",