mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Fix an error when trying to change the color of a custom bar.
This commit is contained in:
@ -204,7 +204,7 @@ function IceCustomBar.prototype:GetOptions()
|
||||
self.moduleSettings.barColor.r = r
|
||||
self.moduleSettings.barColor.g = g
|
||||
self.moduleSettings.barColor.b = b
|
||||
self.barFrame:SetStatusBarColor(self:GetBarColor())
|
||||
self.barFrame.bar:SetVertexColor(self:GetBarColor())
|
||||
end,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
|
Reference in New Issue
Block a user