mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- made "Reverse direction" option be grayed out if the bar is disabled
This commit is contained in:
@ -178,6 +178,9 @@ function IceBarElement.prototype:GetOptions()
|
|||||||
self.moduleSettings.reverse = value
|
self.moduleSettings.reverse = value
|
||||||
self:Redraw()
|
self:Redraw()
|
||||||
end,
|
end,
|
||||||
|
disabled = function()
|
||||||
|
return not self.moduleSettings.enabled
|
||||||
|
end,
|
||||||
order = 32
|
order = 32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user