Skip to content

Commit 7427562

Browse files
committed
Add code icon for snippets
I made this icon myself long ago, so no IP issues.
1 parent 4f3f0d9 commit 7427562

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/org/scijava/search/snippet/SnippetSearchResult.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ public String identifier() {
8383

8484
@Override
8585
public String iconPath() {
86-
return null;
87-
// return "/icons/" + language.getNames().get(0);
86+
return "/icons/search/code.png";
8887
}
8988

9089
@Override
288 Bytes
Loading

0 commit comments

Comments
 (0)