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:
NoM0Re
2024-11-27 12:09:02 +01:00
committed by GitHub
parent eb8221cf89
commit 13f734038d
67 changed files with 3493 additions and 969 deletions
+5
View File
@@ -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"),