mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Disable box dump for saves without boxdata
really only orasdemo only; all others were already disabled
This commit is contained in:
parent
561752dd4d
commit
28dbdcf992
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue