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",
|
||||
desc = "Locks text alpha to 100%",
|
||||
get = function()
|
||||
return self.moduleSettings.lockTextAlpha
|
||||
return self.moduleSettings.lockUpperTextAlpha
|
||||
end,
|
||||
set = function(v)
|
||||
self.moduleSettings.lockTextAlpha = v
|
||||
self.moduleSettings.lockUpperTextAlpha = v
|
||||
self:Redraw()
|
||||
end,
|
||||
order = 13
|
||||
|
Reference in New Issue
Block a user