mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 15:05:15 -05:00
Disable box dump for saves without boxdata
really only orasdemo only; all others were already disabled
This commit is contained in:
@@ -775,7 +775,7 @@ private void ResetSAVPKMEditors(SaveFile sav)
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user