xp tracker plugin: Use shared image for icon

This commit is contained in:
Jordan Atwood
2018-07-18 11:02:53 -07:00
parent c8ba452c84
commit 37092ce423
2 changed files with 1 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ public class XpTrackerPlugin extends Plugin
BufferedImage icon; BufferedImage icon;
synchronized (ImageIO.class) synchronized (ImageIO.class)
{ {
icon = ImageIO.read(getClass().getResourceAsStream("xp.png")); icon = ImageIO.read(getClass().getResourceAsStream("/skill_icons/overall.png"));
} }
navButton = NavigationButton.builder() navButton = NavigationButton.builder()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB