Changed provider of AutoCheckUpdate value

This commit is contained in:
Sigmanor 2016-01-18 20:34:49 +02:00
parent 852af9bdff
commit ef082f0c80
2 changed files with 2 additions and 1 deletions

View file

@ -271,6 +271,7 @@ public bool ShowToolbar {
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoCheckUpdate {

View file

@ -59,7 +59,7 @@
<Setting Name="ShowToolbar" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="AutoCheckUpdate" Type="System.Boolean" Scope="User">
<Setting Name="AutoCheckUpdate" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>