Tastudio - fix recent menu - fixes #920
This commit is contained in:
parent
63b644d30c
commit
f424a22033
|
@ -78,7 +78,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
DenoteMarkersWithBGColor = true;
|
DenoteMarkersWithBGColor = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public RecentFiles RecentTas { get; }
|
public RecentFiles RecentTas { get; set; }
|
||||||
public bool DrawInput { get; set; }
|
public bool DrawInput { get; set; }
|
||||||
public bool AutoPause { get; set; }
|
public bool AutoPause { get; set; }
|
||||||
public bool AutoRestoreLastPosition { get; set; }
|
public bool AutoRestoreLastPosition { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue