diff --git a/modules/TargetInfo.lua b/modules/TargetInfo.lua index 4b8f8d8..c7e66d8 100644 --- a/modules/TargetInfo.lua +++ b/modules/TargetInfo.lua @@ -780,7 +780,7 @@ function IceTargetInfo.prototype:GetOptions() desc = L["Show the tooltip for this unit when the mouse is hovering over it."], get = function() return self.moduleSettings.mouseTooltip - + end, set = function(info, v) self.moduleSettings.mouseTooltip = v self:Redraw()