- hid the "rotate 90 degrees" option on cast bars and eclipse bars since it just doesn't work very well and looks bad. users keep reporting that these are broken when rotating and since i don't have a good fix, i'm disabling the feature for now

This commit is contained in:
Parnic
2010-10-25 04:20:22 +00:00
parent 673fb524ba
commit 1a00681356
3 changed files with 14 additions and 2 deletions

View File

@ -453,7 +453,7 @@ end
values = IceHUD.validBarList,
order = 30.08
}
if not self.moduleSettings.shouldHideBarRotation then
opts["barRotate"] =
{
type = 'toggle',
@ -475,7 +475,7 @@ end
end,
order = 30.09
}
end
opts["textSettings"] =
{
type = 'group',