Show "NEW" for gen8 item edits

why not
This commit is contained in:
Kurt 2020-07-18 20:27:22 -05:00
parent a21bb09c37
commit 851d77ed3a

View file

@ -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();