mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #5447 from dannysmyda/5788-Change-Menu-Action-Presentation
5788 Change Menu Action Presentation
This commit is contained in:
commit
c7957478be
@ -291,6 +291,9 @@ public class DataResultFilterNode extends FilterNode {
|
|||||||
for (Action a : ban.getActions(true)) {
|
for (Action a : ban.getActions(true)) {
|
||||||
actionsList.add(a);
|
actionsList.add(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Add seperator between the decorated actions and the actions from the node itself.
|
||||||
|
actionsList.add(null);
|
||||||
BlackboardArtifact ba = ban.getLookup().lookup(BlackboardArtifact.class);
|
BlackboardArtifact ba = ban.getLookup().lookup(BlackboardArtifact.class);
|
||||||
final int artifactTypeID = ba.getArtifactTypeID();
|
final int artifactTypeID = ba.getArtifactTypeID();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user