diff --git a/mRemoteV1/App/Runtime.cs b/mRemoteV1/App/Runtime.cs index fed17e6d..7e02bb7a 100644 --- a/mRemoteV1/App/Runtime.cs +++ b/mRemoteV1/App/Runtime.cs @@ -33,7 +33,6 @@ namespace mRemoteNG.App public static bool IsConnectionsFileLoaded { get; set; } public static RemoteConnectionsSyncronizer RemoteConnectionsSyncronizer { get; set; } public static DateTime LastSqlUpdate { get; set; } - public static string LastSelected { get; set; } public static ArrayList ExternalTools { get; set; } = new ArrayList(); public static ConnectionTreeModel ConnectionTreeModel { diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs index f5babf29..42bf4968 100644 --- a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs @@ -407,7 +407,6 @@ namespace mRemoteNG.UI.Window try { Windows.ConfigForm.SetPropertyGridObject(SelectedNode); - Runtime.LastSelected = (SelectedNode)?.ConstantID; } catch (Exception ex) {