We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7889470 commit 97bfd5eCopy full SHA for 97bfd5e
1 file changed
src/BizHawk.Client.Common/RecentFiles.cs
@@ -8,6 +8,8 @@ namespace BizHawk.Client.Common
8
{
9
public class RecentFiles
10
11
+ [JsonInclude]
12
+ [JsonPropertyOrder(-1)]
13
// ReSharper disable once FieldCanBeMadeReadOnly.Local
14
private List<string> recentlist;
15
0 commit comments