mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
6639 specify that Domains arent files in past filter
This commit is contained in:
parent
d33cd161ef
commit
f595bcb26b
@ -41,7 +41,7 @@ public class DomainFilterPanel extends AbstractFiltersPanel {
|
|||||||
if (CentralRepository.isEnabled()) {
|
if (CentralRepository.isEnabled()) {
|
||||||
pastOccurrencesIndices = new int[]{2, 3, 4};
|
pastOccurrencesIndices = new int[]{2, 3, 4};
|
||||||
}
|
}
|
||||||
addFilter(new PastOccurrencesFilterPanel(), true, pastOccurrencesIndices, 0);
|
addFilter(new PastOccurrencesFilterPanel(SearchData.ResultType.ATTRIBUTE), true, pastOccurrencesIndices, 0);
|
||||||
addPanelsToScrollPane(domainFiltersSplitPane);
|
addPanelsToScrollPane(domainFiltersSplitPane);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user