GUACAMOLE-377: Add parameter definition and translation for "enable-gfx".

This commit is contained in:
Michael Jumper
2021-09-02 17:34:07 -07:00
parent d6db8fac7e
commit 93d97e8c97
2 changed files with 6 additions and 0 deletions

View File

@@ -254,6 +254,11 @@
{
"name" : "performance",
"fields" : [
{
"name" : "enable-gfx",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-wallpaper",
"type" : "BOOLEAN",

View File

@@ -490,6 +490,7 @@
"FIELD_HEADER_ENABLE_DRIVE" : "Enable drive:",
"FIELD_HEADER_ENABLE_FONT_SMOOTHING" : "Enable font smoothing (ClearType):",
"FIELD_HEADER_ENABLE_FULL_WINDOW_DRAG" : "Enable full-window drag:",
"FIELD_HEADER_ENABLE_GFX" : "Enable Graphics Pipeline Extension (RemoteFX):",
"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:",