mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- disabled "draw raid icon on top" option if "show raid icon" is disabled
This commit is contained in:
@ -139,7 +139,7 @@ function TargetHealth.prototype:GetOptions()
|
|||||||
self:UpdateRaidTargetIcon()
|
self:UpdateRaidTargetIcon()
|
||||||
end,
|
end,
|
||||||
disabled = function()
|
disabled = function()
|
||||||
return not self.moduleSettings.enabled
|
return not self.moduleSettings.enabled or not self.moduleSettings.showRaidIcon
|
||||||
end,
|
end,
|
||||||
order = 51
|
order = 51
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user