- made "Reverse direction" option be grayed out if the bar is disabled

This commit is contained in:
Parnic
2010-03-29 06:11:13 +00:00
parent 792de0eeab
commit 834e483700

View File

@ -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
}