mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- made castbar "lock text alpha" setting actually access the correct variable
This commit is contained in:
@ -210,10 +210,10 @@ function CastBar.prototype:GetOptions()
|
|||||||
name = "Lock Bar Text Alpha",
|
name = "Lock Bar Text Alpha",
|
||||||
desc = "Locks text alpha to 100%",
|
desc = "Locks text alpha to 100%",
|
||||||
get = function()
|
get = function()
|
||||||
return self.moduleSettings.lockTextAlpha
|
return self.moduleSettings.lockUpperTextAlpha
|
||||||
end,
|
end,
|
||||||
set = function(v)
|
set = function(v)
|
||||||
self.moduleSettings.lockTextAlpha = v
|
self.moduleSettings.lockUpperTextAlpha = v
|
||||||
self:Redraw()
|
self:Redraw()
|
||||||
end,
|
end,
|
||||||
order = 13
|
order = 13
|
||||||
|
Reference in New Issue
Block a user