Change "Automatically get session information" to be disabled by default.

This commit is contained in:
Riley McArdle
2013-03-07 19:50:35 -06:00
parent 7dcad234f5
commit 73c27069ee
4 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -185,7 +185,7 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Configuration.SettingsProviderAttribute(GetType(mRemoteNG.Config.Settings.Providers.ChooseProvider)), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
Public Property AutomaticallyGetSessionInfo() As Boolean
Get
Return CType(Me("AutomaticallyGetSessionInfo"),Boolean)

View File

@@ -33,7 +33,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="AutomaticallyGetSessionInfo" Provider="mRemoteNG.Config.Settings.Providers.ChooseProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="LoadConsFromCustomLocation" Provider="mRemoteNG.Config.Settings.Providers.ChooseProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>

View File

@@ -80,7 +80,7 @@
<value>True</value>
</setting>
<setting name="AutomaticallyGetSessionInfo" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
<setting name="LoadConsFromCustomLocation" serializeAs="String">
<value>False</value>