Quantcast

Make sure it's really obvious

Adrian L Lange [06-17-13 - 00:33]
Make sure it's really obvious
Filename
Config.lua
diff --git a/Config.lua b/Config.lua
index 481d3bc..c292a18 100644
--- a/Config.lua
+++ b/Config.lua
@@ -301,6 +301,9 @@ end
 local function FilterItemOnEnter(self)
 	GameTooltip:SetOwner(self, 'ANCHOR_TOPLEFT')
 	GameTooltip:SetItemByID(self.itemID)
+	GameTooltip:AddLine(' ')
+	GameTooltip:AddLine('Right-click to remove from list', 0, 1, 0)
+	GameTooltip:Show()
 end

 local filterItems = {}