itemprices: Add "tooltips" plugin tag

This commit is contained in:
Jordan Atwood
2019-01-02 16:38:10 -08:00
parent 487ec5fad3
commit 414981372e

View File

@@ -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