Skip to content

Commit

Permalink
chore: change default thumbnail icon
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Feb 28, 2025
1 parent 996ad90 commit 5595275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dinkplugin/message/NotificationType.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public enum NotificationType {
TRADE("Player Trade", "trade.png", WIKI_IMG_BASE_URL + "Inventory.png"),
CHAT("Chat Notification", "chat.png", WIKI_IMG_BASE_URL + "Toggle_Chat_effects.png"),
XP_MILESTONE("XP Milestone", "xpImage.png", WIKI_IMG_BASE_URL + "Lamp.png"),
EXTERNAL_PLUGIN("External Plugin", "externalImage.png", "https://runelite.net/img/logo.png");
EXTERNAL_PLUGIN("External Plugin", "externalImage.png", "https://runelite.net/img/plugin-hub/missingicon.png");

private final String title;

Expand Down

0 comments on commit 5595275

Please sign in to comment.