xp tracker plugin: Use shared image for icon
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user