Multientry (#7)
* from retail * from retail * from retail * from retail * from retail * from retail * remove new threat functions as they are not well implemented for now
This commit is contained in:
@@ -134,6 +134,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowLines = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["Lines & Particles"],
|
||||
order = 9,
|
||||
@@ -144,6 +145,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowFrequency = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Frequency"],
|
||||
order = 10,
|
||||
@@ -161,6 +163,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowLength = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["Length"],
|
||||
order = 12,
|
||||
@@ -171,6 +174,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowThickness = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Thickness"],
|
||||
order = 13,
|
||||
@@ -188,6 +192,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowXOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["X-Offset"],
|
||||
order = 15,
|
||||
@@ -198,6 +203,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowYOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y-Offset"],
|
||||
order = 16,
|
||||
@@ -215,6 +221,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowScale = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["Scale"],
|
||||
order = 18,
|
||||
|
||||
Reference in New Issue
Block a user