aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_exec.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-27 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-27 20:20:20 +0100
commita02ec216a094352431f8317c0b902fdd321b6f88 (patch)
tree6b7a87193b10f4b332a619934f4f849b6eca6a4e /src/c_exec.go
parentye (diff)
downloadhardflip-a02ec216a094352431f8317c0b902fdd321b6f88.tar.gz
hardflip-a02ec216a094352431f8317c0b902fdd321b6f88.tar.bz2
hardflip-a02ec216a094352431f8317c0b902fdd321b6f88.tar.xz
hardflip-a02ec216a094352431f8317c0b902fdd321b6f88.tar.zst
hardflip-a02ec216a094352431f8317c0b902fdd321b6f88.zip
gooo
Diffstat (limited to 'src/c_exec.go')
-rw-r--r--src/c_exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_exec.go b/src/c_exec.go
index 722df37..69bff7c 100644
--- a/src/c_exec.go
+++ b/src/c_exec.go
@@ -150,7 +150,7 @@ func c_format_rdp(host *HostNode, pass string) ([]string, []string) {
"-decorations", "-fonts", "-themes",
"/bpp:8", "/compression-level:2")
} else if host.Quality == 1 {
- } else {
+ } else if host.Quality == 2 {
cmd_fmt = append(cmd_fmt,
"+aero", "+menu-anims", "+window-drag",
"+decorations", "+fonts", "+themes", "/gfx:RFX", "/rfx", "/gdi:hw",