Ram Watch - when saving a new watch, add it to the recent menu
This commit is contained in:
parent
ec7e4123fd
commit
c8e8cee822
|
@ -682,6 +682,7 @@ namespace BizHawk.MultiClient
|
||||||
SaveWatchFile(file.FullName);
|
SaveWatchFile(file.FullName);
|
||||||
currentWatchFile = file.FullName;
|
currentWatchFile = file.FullName;
|
||||||
MessageLabel.Text = Path.GetFileName(currentWatchFile) + " saved.";
|
MessageLabel.Text = Path.GetFileName(currentWatchFile) + " saved.";
|
||||||
|
Global.Config.RecentWatches.Add(file.FullName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue