mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Made picture viewer preferred for picture content nodes (i.e. if it is supported).
This commit is contained in:
parent
18d881c086
commit
ae3d88f3f8
@ -151,7 +151,7 @@ public class DataContentViewerPicture extends javax.swing.JPanel implements Data
|
||||
|
||||
@Override
|
||||
public boolean isPreferred(ContentNode node, boolean isSupported) {
|
||||
return false;
|
||||
return isSupported;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user