Disable box dump for saves without boxdata

really only orasdemo only; all others were already disabled
This commit is contained in:
Kurt 2017-09-21 21:35:01 -07:00
parent 561752dd4d
commit 28dbdcf992

View file

@ -775,7 +775,7 @@ namespace PKHeX.WinForms
C_SAV.SAV = sav;
// Initialize Overall Info
Menu_LoadBoxes.Enabled = Menu_DumpBoxes.Enabled = Menu_Report.Enabled = Menu_Modify.Enabled = C_SAV.SAV.HasBox;
Menu_LoadBoxes.Enabled = Menu_DumpBoxes.Enabled = Menu_DumpBox.Enabled = Menu_Report.Enabled = Menu_Modify.Enabled = C_SAV.SAV.HasBox;
// Initialize Subviews
bool WindowTranslationRequired = false;