More granular skipping for filters

This commit is contained in:
Matt Nadareski
2021-02-03 09:16:48 -08:00
parent 61dc45a1c7
commit f412d1373d
3 changed files with 18 additions and 9 deletions

View File

@@ -193,6 +193,11 @@ namespace SabreTools.Filtering
#endregion
#endregion // Item-Specific
/// <summary>
/// Determines if any filters have been set
/// </summary>
public bool HasFilters { get; set; } = false;
#endregion // Fields