diff --git a/com.angoosh.RDPConnect/main.py b/com.angoosh.RDPConnect/main.py index 28a455a..23814e3 100755 --- a/com.angoosh.RDPConnect/main.py +++ b/com.angoosh.RDPConnect/main.py @@ -107,7 +107,7 @@ class PreferencesWindow(Gtk.Window): except: pass try: - if settings["rdp_bin"] == "xfreerdp": + if settings["rdp_bin"] == "xfreerdp3": self.xfree.set_state(True) self.xfree.set_active(True) except: