mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Show "NEW" for gen8 item edits
why not
This commit is contained in:
parent
a21bb09c37
commit
851d77ed3a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace PKHeX.WinForms
|
|||
}
|
||||
|
||||
HasFreeSpace = SAV.Generation >= 7 && !(SAV is SAV7b);
|
||||
HasNew = CHK_NEW.Visible = SAV.Generation == 7;
|
||||
HasNew = CHK_NEW.Visible = SAV.Generation >= 7;
|
||||
Pouches = SAV.Inventory;
|
||||
CreateBagViews();
|
||||
LoadAllBags();
|
||||
|
|
Loading…
Reference in a new issue