From 90e14a0932b63679c356e8bc1d42e657d7c612ad Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 28 Aug 2018 14:22:58 -0400 Subject: Changed crashing and added booting --- 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 c9730c8..acb72c0 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -58,5 +58,17 @@ namespace Project_Ports.Properties { this["version"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool hijacked2 { + get { + return ((bool)(this["hijacked2"])); + } + set { + this["hijacked2"] = value; + } + } } } diff --git a/Project Ports/Properties/Settings.settings b/Project Ports/Properties/Settings.settings index 0d54ca1..f43d837 100644 --- a/Project Ports/Properties/Settings.settings +++ b/Project Ports/Properties/Settings.settings @@ -11,5 +11,8 @@ Alpha 0.2 + + False + \ No newline at end of file -- cgit v1.2.3