Update Main.cs

This commit is contained in:
Kurt
2020-04-14 11:50:33 -07:00
parent 66dddc9101
commit 567b54b10f

View File

@@ -1213,7 +1213,7 @@ private void ClickSaveFileName(object sender, EventArgs e)
private static bool DetectSaveFile(out string path)
{
string msg = null;
var sav = SaveFinder.DetectSaveFile(Environment.GetLogicalDrives(), ref msg);
var sav = SaveFinder.FindMostRecentSaveFile(Environment.GetLogicalDrives(), ref msg);
if (sav == null && !string.IsNullOrWhiteSpace(msg))
WinFormsUtil.Error(msg);