mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Changed filters button
This commit is contained in:
parent
82079268d3
commit
15ba9c8c89
3 changed files with 30 additions and 7 deletions
|
@ -77,7 +77,7 @@ class LogsProvider with ChangeNotifier {
|
|||
_selectedResultStatus = value;
|
||||
notifyListeners();
|
||||
}
|
||||
void setSearchIpDomain(String value) {
|
||||
void setSearchIpDomain(String? value) {
|
||||
_searchIpDomain = value;
|
||||
notifyListeners();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue