mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
re-enable keyword search
This commit is contained in:
parent
73a1f84407
commit
0d76aa0e41
@ -598,7 +598,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
|
|||||||
}
|
}
|
||||||
|
|
||||||
// set the directory listing to be active
|
// set the directory listing to be active
|
||||||
dataResult.requestActive();
|
//dataResult.requestActive();
|
||||||
} finally {
|
} finally {
|
||||||
DirectoryTreeTopComponent.this.setCursor(null);
|
DirectoryTreeTopComponent.this.setCursor(null);
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,10 @@
|
|||||||
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestService.getDefault"/>
|
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestService.getDefault"/>
|
||||||
<attr name="position" intvalue="200"/>
|
<attr name="position" intvalue="200"/>
|
||||||
</file>
|
</file>
|
||||||
|
<file name="org-sleuthkit-autopsy-keywordsearch-KeywordSearchDataExplorer.instance">
|
||||||
|
<attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.corecomponentinterfaces.DataExplorer"/>
|
||||||
|
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchDataExplorer.getDefault"/>
|
||||||
|
<attr name="position" intvalue="300"/>
|
||||||
|
</file>
|
||||||
</folder>
|
</folder>
|
||||||
</filesystem>
|
</filesystem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user