mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
resolved issue with clone still setting con info parent
This commit is contained in:
@@ -88,6 +88,7 @@ namespace mRemoteNG.Connection
|
||||
if (properties == null) return;
|
||||
foreach (var property in properties)
|
||||
{
|
||||
if (property.Name == nameof(Parent)) continue;
|
||||
var remotePropertyValue = property.GetValue(sourceConnectionInfo, null);
|
||||
property.SetValue(this, remotePropertyValue, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user