- 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:
Parnic
2009-09-03 00:48:54 +00:00
parent 7e3b2dba33
commit 8e6230aa7a
3 changed files with 7 additions and 0 deletions

View File

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