aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-01 11:11:47 +0200
committerjoe <rbo@gmx.us>2025-09-01 11:11:47 +0200
commitf6e349dc97fb4a3aec15fa0a674f079b04693dfe (patch)
tree8e6e398b70fcc66fba5f7a65b896b487f8eae91a /src/c_defs.go
parentfixed bad bug (diff)
downloadhardflip-f6e349dc97fb4a3aec15fa0a674f079b04693dfe.tar.gz
hardflip-f6e349dc97fb4a3aec15fa0a674f079b04693dfe.tar.bz2
hardflip-f6e349dc97fb4a3aec15fa0a674f079b04693dfe.tar.xz
hardflip-f6e349dc97fb4a3aec15fa0a674f079b04693dfe.tar.zst
hardflip-f6e349dc97fb4a3aec15fa0a674f079b04693dfe.zip
capital update
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",
}
)