mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- 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:
@ -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',
|
||||
|
Reference in New Issue
Block a user