mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Disable Checksum Button for ram2sav files
This commit is contained in:
parent
b9cf5efe4e
commit
1942727869
1 changed files with 2 additions and 2 deletions
|
@ -713,13 +713,13 @@ namespace PKHeX
|
|||
savegame_oras = oras;
|
||||
// Enable Secondary Tools
|
||||
GB_SAVtools.Enabled =
|
||||
B_JPEG.Enabled =
|
||||
B_VerifyCHK.Enabled = true;
|
||||
B_JPEG.Enabled = true;
|
||||
|
||||
savedited = false;
|
||||
Menu_ToggleBoxUI.Visible = false;
|
||||
|
||||
B_VerifySHA.Enabled = !cybergadget;
|
||||
B_VerifyCHK.Enabled = !ramsavloaded;
|
||||
|
||||
// Set up Boxes
|
||||
C_BoxSelect.SelectedIndex = 0;
|
||||
|
|
Loading…
Reference in a new issue