mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed provider of AutoCheckUpdate value
This commit is contained in:
parent
852af9bdff
commit
ef082f0c80
2 changed files with 2 additions and 1 deletions
1
Crypto Notepad/Properties/Settings.Designer.cs
generated
1
Crypto Notepad/Properties/Settings.Designer.cs
generated
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue