ensure ConDefaultPanel has a default value

related to #802
This commit is contained in:
David Sparer
2018-07-25 14:21:44 -05:00
parent af1ed5349f
commit 1d7bb63710
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ namespace mRemoteNG {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.5.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -2593,7 +2593,7 @@ namespace mRemoteNG {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
[global::System.Configuration.DefaultSettingValueAttribute("General")]
public string ConDefaultPanel {
get {
return ((string)(this["ConDefaultPanel"]));

View File

@@ -645,7 +645,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="ConDefaultPanel" Type="System.String" Scope="User">
<Value Profile="(Default)" />
<Value Profile="(Default)">General</Value>
</Setting>
<Setting Name="SaveConnectionsAfterEveryEdit" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>

View File

@@ -666,7 +666,7 @@
<value />
</setting>
<setting name="ConDefaultPanel" serializeAs="String">
<value />
<value>General</value>
</setting>
<setting name="SaveConnectionsAfterEveryEdit" serializeAs="String">
<value>True</value>