Change box/party illegal flagging default setting

i think it's time to turn this on by default for new settings
This commit is contained in:
Kurt 2017-08-30 21:30:41 -07:00
parent 578ab137e2
commit a679312371
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
<value>False</value>
</setting>
<setting name="FlagIllegal" serializeAs="String">
<value>False</value>
<value>True</value>
</setting>
<setting name="ModifyUnset" serializeAs="String">
<value>False</value>

View file

@ -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 @@ namespace PKHeX.WinForms.Properties {
[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"]));

View file

@ -21,7 +21,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="FlagIllegal" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ModifyUnset" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>