Add message to screen whenever a cheat (freeze) action is performed in a dialog
This commit is contained in:
parent
11c5dd04ac
commit
60d14b7efe
|
@ -187,6 +187,7 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
Changes();
|
||||
cheatList.Add(c);
|
||||
Global.RenderPanel.AddMessage("Cheat added.");
|
||||
if (!this.IsHandleCreated || this.IsDisposed) return;
|
||||
DisplayCheatsList();
|
||||
CheatListView.Refresh();
|
||||
|
|
Loading…
Reference in New Issue