add passive tree search tip (#8986)

This commit is contained in:
Nighty
2025-10-30 17:40:46 +11:00
committed by GitHub
parent 87c1b7e1b6
commit f6e8794508

View File

@@ -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 = { }