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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Project Ports/Properties/Settings.Designer.cs') 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; + } + } } } -- cgit v1.2.3