Small fix
This commit is contained in:
parent
7af8d8aa70
commit
9da2a44eff
2 changed files with 9 additions and 8 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue