mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-11 22:29:52 -05:00
Reload savefile from disk when loaded from folder
Folderlist stores savefile objects, can open A, edit A, open B, open A, and all edits from prior are still there. Just re-open the save file from disk. The folderlist already checks if the path exists prior to calling it to reopen.
This commit is contained in:
parent
ff4ca47ebe
commit
c69b50daae
|
|
@ -395,7 +395,7 @@ private void MainMenuFolder(object sender, EventArgs e)
|
|||
ofType.BringToFront();
|
||||
}
|
||||
else
|
||||
new SAV_FolderList(s => OpenSAV(s, s.FilePath)).Show();
|
||||
new SAV_FolderList(s => OpenSAV(SaveUtil.GetVariantSAV(s.FilePath), s.FilePath)).Show();
|
||||
}
|
||||
|
||||
// Misc Options
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user