Skip to content

Commit

Permalink
'#2163 corrects hasFilters from DuplicatesFilterer
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Jun 4, 2024
1 parent b46dff9 commit 32c22bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iped-app/src/main/java/iped/app/ui/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ public IFilter getFilter() {

@Override
public boolean hasFilters() {
return cduplicateFilter != null;
return filterDuplicates.isSelected();
}

@Override
Expand Down

0 comments on commit 32c22bd

Please sign in to comment.