mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Fixed issue with filters management
This commit is contained in:
parent
6a5e161fcb
commit
f6b890539e
2 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ class ManagementModal extends StatelessWidget {
|
|||
filter,
|
||||
value
|
||||
);
|
||||
if (result != null ) {
|
||||
if (result != null) {
|
||||
if (result != false) {
|
||||
appConfigProvider.addLog(result['log']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue