Skip to content

Commit

Permalink
Tastudio - fix recent menu - fixes #920
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Jul 17, 2017
1 parent 63b644d commit f424a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs
Expand Up @@ -78,7 +78,7 @@ public TAStudioSettings()
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; }
Expand Down

0 comments on commit f424a22

Please sign in to comment.