From 73c27069ee67ddae6232b3ef66c978af79b41615 Mon Sep 17 00:00:00 2001 From: Riley McArdle Date: Thu, 7 Mar 2013 19:50:35 -0600 Subject: [PATCH] Change "Automatically get session information" to be disabled by default. --- CHANGELOG.TXT | 1 + mRemoteV1/My Project/Settings.Designer.vb | 2 +- mRemoteV1/My Project/Settings.settings | 2 +- mRemoteV1/app.config | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index db9c68b8..b3073e07 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -16,6 +16,7 @@ If RDC 7.0 or higher is installed, the connection bar is no longer briefly shown when connecting to an RDP connection with redirect key combinations enabled. If RDC 8.0 or higher is installed, RDP connections automatically adjust their size when the window is resized or when toggling full screen mode. The username and domain settings are now hidden for VNC connections since they are not supported. + Changed "Automatically get session information" to be disabled by default. 1.70 (2013-03-07): Fixed issue MR-339 - Connection group collapses with just one click diff --git a/mRemoteV1/My Project/Settings.Designer.vb b/mRemoteV1/My Project/Settings.Designer.vb index 648b43b4..6c1bce69 100644 --- a/mRemoteV1/My Project/Settings.Designer.vb +++ b/mRemoteV1/My Project/Settings.Designer.vb @@ -185,7 +185,7 @@ Namespace My _ + Global.System.Configuration.DefaultSettingValueAttribute("False")> _ Public Property AutomaticallyGetSessionInfo() As Boolean Get Return CType(Me("AutomaticallyGetSessionInfo"),Boolean) diff --git a/mRemoteV1/My Project/Settings.settings b/mRemoteV1/My Project/Settings.settings index 310dc217..2e0cd5a1 100644 --- a/mRemoteV1/My Project/Settings.settings +++ b/mRemoteV1/My Project/Settings.settings @@ -33,7 +33,7 @@ True - True + False False diff --git a/mRemoteV1/app.config b/mRemoteV1/app.config index a538f235..ba1f41f9 100644 --- a/mRemoteV1/app.config +++ b/mRemoteV1/app.config @@ -80,7 +80,7 @@ True - True + False False