diff options
| -rw-r--r-- | Project Ports/App.config | 2 | ||||
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 2 | ||||
| -rw-r--r-- | Project Ports/Properties/Settings.settings | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Project Ports/App.config b/Project Ports/App.config index 2c8a48b..401db40 100644 --- a/Project Ports/App.config +++ b/Project Ports/App.config @@ -11,7 +11,7 @@ <userSettings> <Project_Ports.Properties.Settings> <setting name="hijacked" serializeAs="String"> - <value>False</value> + <value>True</value> </setting> </Project_Ports.Properties.Settings> </userSettings> diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index 48abd73..8a6e7d7 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -25,7 +25,7 @@ namespace Project_Ports.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool hijacked { get { return ((bool)(this["hijacked"])); diff --git a/Project Ports/Properties/Settings.settings b/Project Ports/Properties/Settings.settings index 3d0acc0..eb1c916 100644 --- a/Project Ports/Properties/Settings.settings +++ b/Project Ports/Properties/Settings.settings @@ -3,7 +3,7 @@ <Profiles /> <Settings> <Setting Name="hijacked" Type="System.Boolean" Scope="User"> - <Value Profile="(Default)">False</Value> + <Value Profile="(Default)">True</Value> </Setting> </Settings> </SettingsFile>
\ No newline at end of file |
