Skip to content

Commit 3e310f5

Browse files
authored
Merge pull request #7180 from rcordovano/release-4.19.1
Change OsAccountViewer.isPreferred() ret val to 1
2 parents 1e3abe7 + 834984c commit 3e310f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/src/org/sleuthkit/autopsy/contentviewers/osaccount/OsAccountViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public boolean isSupported(Node node) {
141141

142142
@Override
143143
public int isPreferred(Node node) {
144-
return 5;
144+
return 1;
145145
}
146146

147147
/**

0 commit comments

Comments
 (0)