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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user