mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Added integrate with windows context menu settings
This commit is contained in:
parent
cb46285315
commit
82e3623799
1 changed files with 13 additions and 0 deletions
13
Crypto Notepad/Properties/Settings.Designer.cs
generated
13
Crypto Notepad/Properties/Settings.Designer.cs
generated
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue