mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed a custom bar bug for users with rock + fubar that tried to use the right-click cascading menu to configure things
This commit is contained in:
@ -109,6 +109,7 @@ function IceCustomBar.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
usage = "<a name for this bar>",
|
||||
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 = "<which buff to track>",
|
||||
order = 20.6,
|
||||
}
|
||||
|
||||
|
@ -100,6 +100,7 @@ function IceCustomCDBar.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
usage = "<a name for this bar>",
|
||||
order = 20.3,
|
||||
}
|
||||
|
||||
@ -121,6 +122,7 @@ function IceCustomCDBar.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
usage = "<which spell to track>",
|
||||
order = 20.6,
|
||||
}
|
||||
|
||||
|
@ -52,6 +52,7 @@ function IceCustomCount.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
usage = "<a name for this bar>",
|
||||
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 = "<which aura to track>",
|
||||
order = 20.6,
|
||||
}
|
||||
|
||||
@ -182,6 +184,7 @@ function IceCustomCount.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
usage = "<the maximum number of valid applications>",
|
||||
order = 20.9,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user