Skip to content

Commit

Permalink
Stop showing an error line in tooltips when an error occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Feb 16, 2023
1 parent ed652b5 commit 16145f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Operations/RebuildTooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function Addon:ConstructTooltip(tooltip, constructor)
{"pad", pad},
}
end) then
table.insert(halfDestructor, 1, function() tooltip:AddDoubleLine(ADDON_NAME, self.L["ERROR"], 1, 0, 0, 1, 0, 0) end)
-- table.insert(halfDestructor, 1, function() tooltip:AddDoubleLine(ADDON_NAME, self.L["ERROR"], 1, 0, 0, 1, 0, 0) end)
self:DestructTooltip(tooltip, halfDestructor)
return fullDestructor
end
Expand Down

0 comments on commit 16145f5

Please sign in to comment.