from retail

This commit is contained in:
NoM0Re
2025-02-25 21:47:56 +01:00
parent 2157fbc553
commit c48ce524f8
6 changed files with 68 additions and 23 deletions
+11
View File
@@ -103,6 +103,17 @@ local function createOptions(id, data)
bigStep = 3,
order = 45,
},
alpha = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Alpha"],
order = 50,
min = 0,
max = 1,
bigStep = 0.01,
isPercent = true
},
endHeader = {
type = "header",
order = 100,