Tastudio - fix recent menu - fixes #920

This commit is contained in:
adelikat 2017-07-17 11:20:29 -05:00
parent 63b644d30c
commit f424a22033
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace BizHawk.Client.EmuHawk
DenoteMarkersWithBGColor = true;
}
public RecentFiles RecentTas { get; }
public RecentFiles RecentTas { get; set; }
public bool DrawInput { get; set; }
public bool AutoPause { get; set; }
public bool AutoRestoreLastPosition { get; set; }