GUACAMOLE-377: Switch over to "disable-gfx" parameter (enable RDPGFX by default).

This commit is contained in:
Michael Jumper
2022-05-18 15:40:31 -07:00
parent 59ace6c493
commit be90de9a9d
2 changed files with 6 additions and 6 deletions

View File

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