mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Add mismatch icon for ArtifactTypeNode.
This commit is contained in:
parent
fb9e036566
commit
ca2d5399e9
@ -126,6 +126,8 @@ public class ArtifactTypeNode extends DisplayableItemNode {
|
|||||||
return "account-icon-16.png";
|
return "account-icon-16.png";
|
||||||
case TSK_ENCRYPTION_DETECTED:
|
case TSK_ENCRYPTION_DETECTED:
|
||||||
return "encrypted-file.png";
|
return "encrypted-file.png";
|
||||||
|
case TSK_EXT_MISMATCH_DETECTED:
|
||||||
|
return "mismatch-16.png";
|
||||||
}
|
}
|
||||||
return "artifact-icon.png";
|
return "artifact-icon.png";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user