Ram Watch - show "saved" message when doing Save, not just SaveAs
This commit is contained in:
parent
685a500cc5
commit
ec7e4123fd
|
@ -639,7 +639,10 @@ namespace BizHawk.MultiClient
|
||||||
if (string.Compare(currentWatchFile, "") == 0) return;
|
if (string.Compare(currentWatchFile, "") == 0) return;
|
||||||
|
|
||||||
if (changes)
|
if (changes)
|
||||||
|
{
|
||||||
SaveWatchFile(currentWatchFile);
|
SaveWatchFile(currentWatchFile);
|
||||||
|
MessageLabel.Text = Path.GetFileName(currentWatchFile) + " saved.";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private FileInfo GetSaveFileFromUser()
|
private FileInfo GetSaveFileFromUser()
|
||||||
|
|
Loading…
Reference in New Issue