diff options
Diffstat (limited to 'Project Ports/Properties/Settings.Designer.cs')
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index 8a6e7d7..b141875 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -34,5 +34,17 @@ namespace Project_Ports.Properties { this["hijacked"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool chatterStoryline { + get { + return ((bool)(this["chatterStoryline"])); + } + set { + this["chatterStoryline"] = value; + } + } } } |
