From 1d66f7f09ae28109df5bf645ee683bd2e39d0026 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 27 Aug 2018 12:03:56 -0400 Subject: Added some storyline --- Project Ports/Properties/Settings.Designer.cs | 12 ++++++++++++ Project Ports/Properties/Settings.settings | 3 +++ 2 files changed, 15 insertions(+) (limited to 'Project Ports/Properties') 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; + } + } } } diff --git a/Project Ports/Properties/Settings.settings b/Project Ports/Properties/Settings.settings index eb1c916..9ed20d1 100644 --- a/Project Ports/Properties/Settings.settings +++ b/Project Ports/Properties/Settings.settings @@ -5,5 +5,8 @@ True + + True + \ No newline at end of file -- cgit v1.2.3