mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Merge pull request #2736 from asherbiny/v1.78.2-dev
Change Default RDP Version to v10
This commit is contained in:
@@ -38,7 +38,7 @@ namespace mRemoteNG.Connection
|
||||
|
||||
private string _sshTunnelConnectionName = "";
|
||||
private ProtocolType _protocol;
|
||||
private RdpVersion _rdpProtocolVersion;
|
||||
private RdpVersion _rdpProtocolVersion = RdpVersion.Rdc10;
|
||||
private string _extApp;
|
||||
private int _port;
|
||||
private string _sshOptions = "";
|
||||
|
||||
Reference in New Issue
Block a user