mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix some over-accessible fields
This commit is contained in:
@@ -14,7 +14,7 @@ namespace SabreTools.Filtering
|
||||
/// <summary>
|
||||
/// List of extras to apply
|
||||
/// </summary>
|
||||
public List<ExtraIniItem> Items { get; set; } = [];
|
||||
public List<ExtraIniItem> Items { get; } = [];
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user