from retail

This commit is contained in:
NoM0Re
2025-01-09 15:51:07 +01:00
parent a5dbbd2640
commit 671e778a7d
9 changed files with 43 additions and 986 deletions
+6 -2
View File
@@ -4,7 +4,7 @@ local AddonName, OptionsPrivate = ...
local L = WeakAuras.L
function OptionsPrivate.GetInformationOptions(data)
local isGroup = data.controlledChildren
local isGroup = data.controlledChildren and true or false
local isTmpGroup = type(data.id) == "table"
local options = {
@@ -159,7 +159,10 @@ function OptionsPrivate.GetInformationOptions(data)
local properties = {
ignoreOptionsEventErrors = {
name = L["Ignore Lua Errors on OPTIONS event"],
name = L["Custom Trigger: Ignore Lua Errors on OPTIONS event"],
},
forceEvents = {
name = L["Custom Trigger: Send fake events instead of STATUS event"]
},
groupOffset = {
name = L["Offset by 1px"],
@@ -170,6 +173,7 @@ function OptionsPrivate.GetInformationOptions(data)
local same = {
ignoreOptionsEventErrors = true,
forceEvents = true,
groupOffset = true
}