mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +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
|
||||
dataResult.requestActive();
|
||||
//dataResult.requestActive();
|
||||
} finally {
|
||||
DirectoryTreeTopComponent.this.setCursor(null);
|
||||
}
|
||||
|
@ -24,5 +24,10 @@
|
||||
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestService.getDefault"/>
|
||||
<attr name="position" intvalue="200"/>
|
||||
</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>
|
||||
</filesystem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user