Ram Watch - Save As should set currentPath
This commit is contained in:
parent
0f210c634a
commit
15db7a1062
|
@ -408,7 +408,10 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
var file = GetSaveFileFromUser();
|
var file = GetSaveFileFromUser();
|
||||||
if (file != null)
|
if (file != null)
|
||||||
|
{
|
||||||
SaveWatchFile(file.FullName);
|
SaveWatchFile(file.FullName);
|
||||||
|
currentWatchFile = file.FullName;
|
||||||
|
}
|
||||||
MessageLabel.Text = Path.GetFileName(currentWatchFile) + " saved.";
|
MessageLabel.Text = Path.GetFileName(currentWatchFile) + " saved.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue