- fixed up a couple more modules with an empty 'animation settings' header and some too-long options that were being ellipsised (is that a word? it is now.)

This commit is contained in:
Parnic
2010-09-12 22:52:37 +00:00
parent 1961b66f57
commit 4b927832df
4 changed files with 9 additions and 30 deletions

View File

@ -135,6 +135,7 @@ function TargetCast.prototype:GetOptions()
type = 'toggle',
name = 'Display non-interruptible color',
desc = 'Toggles whether or not to show the CastNonInterruptible color for this bar when a cast is non-interruptible',
width = 'double',
get = function()
return self.moduleSettings.displayNonInterruptible
end,