add passive tree search tip (#8986)
This commit is contained in:
@@ -167,14 +167,14 @@ local TreeTabClass = newClass("TreeTab", "ControlHost", function(self, build)
|
||||
self.viewer.searchStr = buf
|
||||
self.searchFlag = buf ~= self.viewer.searchStrSaved
|
||||
end, nil, nil, true)
|
||||
self.controls.treeSearch.tooltipText = "Uses Lua pattern matching for complex searches\nPrefix your search with \"oil:\" to search by anoint recipe"
|
||||
self.controls.treeSearch.tooltipText = "Uses Lua pattern matching for complex searches.\nPrefix your search with \"oil:\" to search by anoint recipe.\nTo search for multiple terms: (increased.fire.damage|increased.area.of.effect|etc)"
|
||||
|
||||
self.tradeLeaguesList = { }
|
||||
-- Find Timeless Jewel Button
|
||||
self.controls.findTimelessJewel = new("ButtonControl", { "LEFT", self.controls.treeSearch, "RIGHT" }, { 8, 0, 150, 20 }, "Find Timeless Jewel", function()
|
||||
self:FindTimelessJewel()
|
||||
end)
|
||||
|
||||
|
||||
--Default index for Tattoos
|
||||
self.defaultTattoo = { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user