mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
Mark SAV as unmodified upon load
Closes #1076 seems kinda lazy as I didn't bother tracking down the suspect that modifies the save (presumably the hex seed values); those should load correctly and not change any bytes.
This commit is contained in:
parent
3fcf92c9ba
commit
5d9962d102
1 changed files with 1 additions and 0 deletions
|
@ -1357,6 +1357,7 @@ namespace PKHeX.WinForms
|
|||
|
||||
TemplateFields();
|
||||
loadingSAV = false;
|
||||
SAV.Edited = false;
|
||||
|
||||
// Indicate audibly the save is loaded
|
||||
SystemSounds.Beep.Play();
|
||||
|
|
Loading…
Reference in a new issue