mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Clipboard auto-clear progress bar is enabled by default
This commit is contained in:
parent
ba10e5a2a7
commit
3f2997afa6
3 changed files with 3 additions and 3 deletions
|
|
@ -184,7 +184,7 @@
|
|||
<value />
|
||||
</setting>
|
||||
<setting name="statusPanelClipboard" serializeAs="String">
|
||||
<value>False</value>
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="clearClipboardAtClose" serializeAs="String">
|
||||
<value>False</value>
|
||||
|
|
|
|||
2
Crypto Notepad/Properties/Settings.Designer.cs
generated
2
Crypto Notepad/Properties/Settings.Designer.cs
generated
|
|
@ -768,7 +768,7 @@ public string clipboardClearTime {
|
|||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool statusPanelClipboard {
|
||||
get {
|
||||
return ((bool)(this["statusPanelClipboard"]));
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@
|
|||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="statusPanelClipboard" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="clearClipboardAtClose" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
|
|
|
|||
Loading…
Reference in a new issue