mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -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()
|
||||
end,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
return not self.moduleSettings.enabled or not self.moduleSettings.showRaidIcon
|
||||
end,
|
||||
order = 51
|
||||
}
|
||||
|
Reference in New Issue
Block a user