mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Change default setting so that "Legal!" pops up unless opted out
This commit is contained in:
parent
aaae94b739
commit
4bb5433489
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue