add option cooldown number alpha

This commit is contained in:
Sumsebrum
2021-09-18 15:00:34 +02:00
parent 548234aaaa
commit ff4799ceef
6 changed files with 100 additions and 16 deletions

View File

@ -456,6 +456,22 @@ function Diminishings:GetOptions()
order = 9,
width = "full",
}),
drCooldownNumberAlpha = {
type = "range",
name = L["Cooldown number alpha"],
min = 0,
max = 1,
step = 0.1,
order = 10,
width = "full",
set = function(info, value)
Gladdy.db.drFontColor.a = value
Gladdy:UpdateFrame()
end,
get = function(info)
return Gladdy.db.drFontColor.a
end,
},
},
},
font = {