From 82e3623799baabd3384130b62eeb2ad423a68f34 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 17 Dec 2018 13:20:23 +0200 Subject: [PATCH] Added integrate with windows context menu settings --- Crypto Notepad/Properties/Settings.Designer.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Crypto Notepad/Properties/Settings.Designer.cs b/Crypto Notepad/Properties/Settings.Designer.cs index 4f31261..72ca753 100644 --- a/Crypto Notepad/Properties/Settings.Designer.cs +++ b/Crypto Notepad/Properties/Settings.Designer.cs @@ -307,5 +307,18 @@ public bool SendTo { this["SendTo"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool MenuIntegrate { + get { + return ((bool)(this["MenuIntegrate"])); + } + set { + this["MenuIntegrate"] = value; + } + } } }