mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added missing "end" for TargetInfo change from earlier today
This commit is contained in:
@ -780,7 +780,7 @@ function IceTargetInfo.prototype:GetOptions()
|
|||||||
desc = L["Show the tooltip for this unit when the mouse is hovering over it."],
|
desc = L["Show the tooltip for this unit when the mouse is hovering over it."],
|
||||||
get = function()
|
get = function()
|
||||||
return self.moduleSettings.mouseTooltip
|
return self.moduleSettings.mouseTooltip
|
||||||
|
end,
|
||||||
set = function(info, v)
|
set = function(info, v)
|
||||||
self.moduleSettings.mouseTooltip = v
|
self.moduleSettings.mouseTooltip = v
|
||||||
self:Redraw()
|
self:Redraw()
|
||||||
|
Reference in New Issue
Block a user