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
+4
View File
@@ -171,6 +171,7 @@ Private.format_types = {
})
addOption(symbol .. "_abbreviate_max", {
type = "range",
control = "WeakAurasSpinBox",
name = L["Max Char "],
width = WeakAuras.normalWidth,
min = 1,
@@ -206,6 +207,7 @@ Private.format_types = {
addOption(symbol .. "_time_dynamic_threshold", {
type = "range",
control = "WeakAurasSpinBox",
min = 0,
max = 60,
step = 1,
@@ -365,6 +367,7 @@ Private.format_types = {
})
addOption(symbol .. "_abbreviate_max", {
type = "range",
control = "WeakAurasSpinBox",
name = L["Max Char "],
width = WeakAuras.normalWidth,
min = 1,
@@ -492,6 +495,7 @@ Private.format_types = {
})
addOption(symbol .. "_abbreviate_max", {
type = "range",
control = "WeakAurasSpinBox",
name = L["Max Char "],
width = WeakAuras.normalWidth,
min = 1,