mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-835: Add RDP performance flag parameters to interface.
This commit is contained in:
@@ -138,6 +138,42 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "performance",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "enable-wallpaper",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-theming",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-font-smoothing",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-full-window-drag",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-desktop-composition",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "enable-menu-animations",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "remoteapp",
|
||||
"fields" : [
|
||||
|
Reference in New Issue
Block a user