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 729aab6 commit 19b8c33Copy full SHA for 19b8c33
1 file changed
src/BizHawk.Client.Common/RecentFiles.cs
@@ -6,6 +6,8 @@ namespace BizHawk.Client.Common
6
{
7
public class RecentFiles
8
9
+ [JsonInclude]
10
+ [JsonPropertyOrder(-1)]
11
// ReSharper disable once FieldCanBeMadeReadOnly.Local
12
private List<string> recentlist;
13
0 commit comments