diff --git a/modules/CustomBar.lua b/modules/CustomBar.lua index 7c138d3..9676f38 100644 --- a/modules/CustomBar.lua +++ b/modules/CustomBar.lua @@ -109,6 +109,7 @@ function IceCustomBar.prototype:GetOptions() disabled = function() return not self.moduleSettings.enabled end, + usage = "", order = 20.3, } @@ -170,6 +171,7 @@ function IceCustomBar.prototype:GetOptions() disabled = function() return not self.moduleSettings.enabled or self.unit == "main hand weapon" or self.unit == "off hand weapon" end, + usage = "", order = 20.6, } diff --git a/modules/CustomCDBar.lua b/modules/CustomCDBar.lua index ba05d94..7c15339 100644 --- a/modules/CustomCDBar.lua +++ b/modules/CustomCDBar.lua @@ -100,6 +100,7 @@ function IceCustomCDBar.prototype:GetOptions() disabled = function() return not self.moduleSettings.enabled end, + usage = "", order = 20.3, } @@ -121,6 +122,7 @@ function IceCustomCDBar.prototype:GetOptions() disabled = function() return not self.moduleSettings.enabled end, + usage = "", order = 20.6, } diff --git a/modules/CustomCount.lua b/modules/CustomCount.lua index 1369c87..fb81478 100644 --- a/modules/CustomCount.lua +++ b/modules/CustomCount.lua @@ -52,6 +52,7 @@ function IceCustomCount.prototype:GetOptions() disabled = function() return not self.moduleSettings.enabled end, + usage = "", order = 20.3, } @@ -107,6 +108,7 @@ function IceCustomCount.prototype:GetOptions() disabled = function() return not self.moduleSettings.enabled or self.unit == "main hand weapon" or self.unit == "off hand weapon" end, + usage = "", order = 20.6, } @@ -182,6 +184,7 @@ function IceCustomCount.prototype:GetOptions() disabled = function() return not self.moduleSettings.enabled end, + usage = "", order = 20.9, }