Small fix

This commit is contained in:
Chris Bordeman 2024-10-15 00:13:40 -04:00
parent 7af8d8aa70
commit 9da2a44eff
2 changed files with 9 additions and 8 deletions

View file

@ -14,12 +14,6 @@ namespace LibationFileManager
public static event EventHandler? UseDefaultChanged;
public class OldFilterState
{
public bool UseDefault { get; set; }
public List<string> Filters { get; set; } = new();
}
public class FilterState
{
public bool UseDefault { get; set; }