Change default setting so that "Legal!" pops up unless opted out

This commit is contained in:
Kurt 2021-04-14 14:09:54 -07:00
parent aaae94b739
commit 4bb5433489

View file

@ -263,7 +263,7 @@ namespace PKHeX.WinForms
public bool ShowEggSpriteAsHeldItem { get; set; } = true;
[LocalizedDescription("Don't show the Legality popup if Legal!")]
public bool IgnoreLegalPopup { get; set; } = true;
public bool IgnoreLegalPopup { get; set; }
[LocalizedDescription("Flag Illegal Slots in Save File")]
public bool FlagIllegal { get; set; } = true;