mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update LibItemSearch
This commit is contained in:
@@ -24,11 +24,11 @@ function Lib:Matches(link, search)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Lib:Tooltip(link, search)
|
function Lib:Tooltip(link, search)
|
||||||
return link and match(self.Filters.tip, link, nil, search)
|
return link and self.Filters.tip:match(link, nil, search)
|
||||||
end
|
end
|
||||||
|
|
||||||
function Lib:TooltipPhrase(link, search)
|
function Lib:TooltipPhrase(link, search)
|
||||||
return link and match(self.Filters.tipPhrases, link, nil, search)
|
return link and self.Filters.tipPhrases:match(link, nil, search)
|
||||||
end
|
end
|
||||||
|
|
||||||
--[[ Basics ]]--
|
--[[ Basics ]]--
|
||||||
|
|||||||
Reference in New Issue
Block a user