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