Merge pull request #7158 from Nightfirecat/item-prices-add-tooltips-plugin-tag
itemprices: Add "tooltips" plugin tag
This commit is contained in:
@@ -34,7 +34,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
||||
@PluginDescriptor(
|
||||
name = "Item Prices",
|
||||
description = "Show prices on hover for items in your inventory and bank",
|
||||
tags = {"bank", "inventory", "overlay", "high", "alchemy", "grand", "exchange"},
|
||||
tags = {"bank", "inventory", "overlay", "high", "alchemy", "grand", "exchange", "tooltips"},
|
||||
enabledByDefault = false
|
||||
)
|
||||
public class ItemPricesPlugin extends Plugin
|
||||
|
||||
Reference in New Issue
Block a user