mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- removed check for shouldHideBarRotation, since all bars can now be rotated.
This commit is contained in:
@ -487,7 +487,6 @@ do
|
|||||||
values = IceHUD.validBarList,
|
values = IceHUD.validBarList,
|
||||||
order = 30.08
|
order = 30.08
|
||||||
}
|
}
|
||||||
if not self.moduleSettings.shouldHideBarRotation then
|
|
||||||
opts["barRotate"] =
|
opts["barRotate"] =
|
||||||
{
|
{
|
||||||
type = 'toggle',
|
type = 'toggle',
|
||||||
@ -509,7 +508,6 @@ do
|
|||||||
end,
|
end,
|
||||||
order = 30.09
|
order = 30.09
|
||||||
}
|
}
|
||||||
end
|
|
||||||
opts["textSettings"] =
|
opts["textSettings"] =
|
||||||
{
|
{
|
||||||
type = 'group',
|
type = 'group',
|
||||||
|
@ -34,7 +34,6 @@ function CastBar.prototype:GetDefaultSettings()
|
|||||||
settings["hideAnimationSettings"] = true
|
settings["hideAnimationSettings"] = true
|
||||||
settings["usesDogTagStrings"] = false
|
settings["usesDogTagStrings"] = false
|
||||||
settings["rangeColor"] = true
|
settings["rangeColor"] = true
|
||||||
settings["shouldHideBarRotation"] = false
|
|
||||||
settings["bAllowExpand"] = false
|
settings["bAllowExpand"] = false
|
||||||
|
|
||||||
return settings
|
return settings
|
||||||
|
@ -45,7 +45,6 @@ function EclipseBar.prototype:GetDefaultSettings()
|
|||||||
color = {r=1, g=0, b=0, a=1},
|
color = {r=1, g=0, b=0, a=1},
|
||||||
height = 6,
|
height = 6,
|
||||||
}
|
}
|
||||||
defaults.shouldHideBarRotation = false
|
|
||||||
defaults.bAllowExpand = false
|
defaults.bAllowExpand = false
|
||||||
|
|
||||||
return defaults
|
return defaults
|
||||||
|
Reference in New Issue
Block a user