mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update enum handling, part 1
This commit is contained in:
@@ -40,7 +40,7 @@ namespace SabreTools.DatItems.Formats
|
||||
public SoftwareListStatus Status { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public bool StatusSpecified { get { return Status != SoftwareListStatus.NULL; } }
|
||||
public bool StatusSpecified { get { return Status != SoftwareListStatus.None; } }
|
||||
|
||||
/// <summary>
|
||||
/// Filter to apply to the software list
|
||||
|
||||
Reference in New Issue
Block a user