itemprices: Add "tooltips" plugin tag
This commit is contained in:
@@ -34,7 +34,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Item Prices",
|
name = "Item Prices",
|
||||||
description = "Show prices on hover for items in your inventory and bank",
|
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
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
public class ItemPricesPlugin extends Plugin
|
public class ItemPricesPlugin extends Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user