diff --git a/IceBarElement.lua b/IceBarElement.lua index b8d3587..a7b3d6a 100644 --- a/IceBarElement.lua +++ b/IceBarElement.lua @@ -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 }