diff options
Diffstat (limited to 'src/c_exec.go')
-rw-r--r-- | src/c_exec.go | 2 |
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", |