aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_defs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index f0eeb12..42dce0a 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -224,11 +224,11 @@ var (
"1920x1080",
"2560x1440",
}
- RDP_QUALITY = [3]string{"Low", "Medium", "High"}
+ RDP_QUALITY = [3]string{"low", "medium", "high"}
PROTOCOL_STR = [PROTOCOL_MAX + 1]string{
"SSH",
"RDP",
- "Single command",
+ "single command",
"OpenStack CLI",
}
)