From a679312371b9cfca22d9c5541ddeecf373434ed8 Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 30 Aug 2017 21:30:41 -0700 Subject: [PATCH] Change box/party illegal flagging default setting i think it's time to turn this on by default for new settings --- PKHeX.WinForms/App.config | 2 +- PKHeX.WinForms/Properties/Settings.Designer.cs | 4 ++-- PKHeX.WinForms/Properties/Settings.settings | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKHeX.WinForms/App.config b/PKHeX.WinForms/App.config index 0f5260b28..b4d8f379c 100644 --- a/PKHeX.WinForms/App.config +++ b/PKHeX.WinForms/App.config @@ -26,7 +26,7 @@ False - False + True False diff --git a/PKHeX.WinForms/Properties/Settings.Designer.cs b/PKHeX.WinForms/Properties/Settings.Designer.cs index b17414a59..c1eba368f 100644 --- a/PKHeX.WinForms/Properties/Settings.Designer.cs +++ b/PKHeX.WinForms/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace PKHeX.WinForms.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.3.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -97,7 +97,7 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool FlagIllegal { get { return ((bool)(this["FlagIllegal"])); diff --git a/PKHeX.WinForms/Properties/Settings.settings b/PKHeX.WinForms/Properties/Settings.settings index a83d26a1f..4a1f7698b 100644 --- a/PKHeX.WinForms/Properties/Settings.settings +++ b/PKHeX.WinForms/Properties/Settings.settings @@ -21,7 +21,7 @@ False - False + True False