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:
@@ -606,6 +606,7 @@ typeControlAdders = {
|
||||
}
|
||||
args[prefix .. "length"] = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = name(option, "length", L["Length"]),
|
||||
desc = desc(option, "length"),
|
||||
@@ -682,6 +683,7 @@ typeControlAdders = {
|
||||
step = option.step
|
||||
args[prefix .. "default"] = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = name(option, "default", L["Default"]),
|
||||
desc = desc(option, "default"),
|
||||
@@ -948,6 +950,7 @@ typeControlAdders = {
|
||||
|
||||
args[prefix .. "height"] = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
order = order(),
|
||||
name = name(option, "height", L["Height"]),
|
||||
@@ -1202,6 +1205,7 @@ typeControlAdders = {
|
||||
}
|
||||
args[prefix .. "size"] = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
name = name(option, "limitType", option.limitType == "max" and L["Entry limit"] or L["Number of Entries"]),
|
||||
desc = desc(option, "limitType"),
|
||||
order = order(),
|
||||
@@ -1848,6 +1852,7 @@ function addAuthorModeOption(options, args, data, order, prefix, i)
|
||||
|
||||
args[prefix .. "width"] = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = name(option, "width", L["Width"]),
|
||||
desc = desc(option, "width"),
|
||||
|
||||
Reference in New Issue
Block a user