add nameplate trigger/anchor with awesome wotlk
This commit is contained in:
@@ -255,7 +255,10 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
type = "select",
|
||||
width = WeakAuras.normalWidth,
|
||||
desc = function()
|
||||
return data.actions.start.glow_frame_type == "UNITFRAME"
|
||||
return (
|
||||
data.actions.start.glow_frame_type == "UNITFRAME"
|
||||
or data.actions.start.glow_frame_type == "NAMEPLATE"
|
||||
)
|
||||
and L["Require unit from trigger"] or nil
|
||||
end,
|
||||
name = L["Glow Frame Type"],
|
||||
@@ -629,7 +632,10 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
type = "select",
|
||||
width = WeakAuras.normalWidth,
|
||||
desc = function()
|
||||
return data.actions.finish.glow_frame_type == "UNITFRAME"
|
||||
return (
|
||||
data.actions.finish.glow_frame_type == "UNITFRAME"
|
||||
or data.actions.finish.glow_frame_type == "NAMEPLATE"
|
||||
)
|
||||
and L["Require unit from trigger"] or nil
|
||||
end,
|
||||
name = L["Glow Frame Type"],
|
||||
|
||||
Reference in New Issue
Block a user