From 3f2997afa61cf174da825f80c4fd07131ab2d902 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 19 Jan 2020 15:07:43 +0200 Subject: [PATCH] Clipboard auto-clear progress bar is enabled by default --- Crypto Notepad/App.config | 2 +- Crypto Notepad/Properties/Settings.Designer.cs | 2 +- Crypto Notepad/Properties/Settings.settings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Crypto Notepad/App.config b/Crypto Notepad/App.config index 62c5391..a413d2d 100644 --- a/Crypto Notepad/App.config +++ b/Crypto Notepad/App.config @@ -184,7 +184,7 @@ - False + True False diff --git a/Crypto Notepad/Properties/Settings.Designer.cs b/Crypto Notepad/Properties/Settings.Designer.cs index 2b574c6..34583a8 100644 --- a/Crypto Notepad/Properties/Settings.Designer.cs +++ b/Crypto Notepad/Properties/Settings.Designer.cs @@ -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"])); diff --git a/Crypto Notepad/Properties/Settings.settings b/Crypto Notepad/Properties/Settings.settings index fdcd4b2..a0bfa09 100644 --- a/Crypto Notepad/Properties/Settings.settings +++ b/Crypto Notepad/Properties/Settings.settings @@ -174,7 +174,7 @@ - False + True False