feat: Complete the basic GUI layout.

This commit is contained in:
real-zony
2024-06-28 12:33:14 +08:00
parent 14812bceb7
commit 5ccd8a7c53
19 changed files with 689 additions and 19 deletions

View File

@@ -6,6 +6,6 @@ namespace ZonyLrcTools.Common.Configuration
public int Priority { get; set; }
public Dictionary<string, string> Extensions { get; set; } = null!;
public Dictionary<string, string>? Extensions { get; set; } = null!;
}
}