mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Reset search logs
This commit is contained in:
parent
e2f243b4d4
commit
611f57c5ac
6 changed files with 43 additions and 61 deletions
|
@ -1,11 +1,11 @@
|
|||
class AppliedFiters {
|
||||
String selectedResultStatus = 'all';
|
||||
String? domainText;
|
||||
String? searchText;
|
||||
List<String>? clients;
|
||||
|
||||
AppliedFiters({
|
||||
required this.selectedResultStatus,
|
||||
required this.domainText,
|
||||
required this.searchText,
|
||||
required this.clients
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue