Ram Search - fix save menu item adding to ram watch recent files instead of ram search
This commit is contained in:
parent
c57519c54f
commit
1ee56ea4ef
|
@ -1024,7 +1024,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (result)
|
||||
{
|
||||
MessageLabel.Text = Path.GetFileName(_currentFileName) + " saved";
|
||||
Global.Config.RecentWatches.Add(watches.CurrentFileName);
|
||||
Settings.RecentSearches.Add(watches.CurrentFileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue