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 authored and vadosnaprimer committed Jan 4, 2018
1 parent ca63a8f commit 9ff5dc6
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 9ff5dc6

Please sign in to comment.