(fix/visual) Adjust load options to the correct locations
This commit is contained in:
+24
-24
@@ -816,6 +816,13 @@ Private.load_prototype = {
|
||||
optional = true,
|
||||
events = {"PLAYER_REGEN_DISABLED", "PLAYER_REGEN_ENABLED"}
|
||||
},
|
||||
{
|
||||
name = "never",
|
||||
display = L["Never"],
|
||||
type = "toggle",
|
||||
width = WeakAuras.normalWidth,
|
||||
init = "false",
|
||||
},
|
||||
{
|
||||
name = "alive",
|
||||
display = L["Alive"],
|
||||
@@ -834,13 +841,6 @@ Private.load_prototype = {
|
||||
optional = true,
|
||||
events = {"PLAYER_FLAGS_CHANGED", "UNIT_FACTION", "ZONE_CHANGED"}
|
||||
},
|
||||
{
|
||||
name = "never",
|
||||
display = L["Never"],
|
||||
type = "toggle",
|
||||
width = WeakAuras.normalWidth,
|
||||
init = "false",
|
||||
},
|
||||
{
|
||||
name = "vehicle",
|
||||
display = L["In Vehicle"],
|
||||
@@ -859,23 +859,6 @@ Private.load_prototype = {
|
||||
optional = true,
|
||||
events = {"VEHICLE_UPDATE", "UNIT_ENTERED_VEHICLE", "UNIT_EXITED_VEHICLE"}
|
||||
},
|
||||
{
|
||||
name = "raid_role",
|
||||
display = L["Raid Role"],
|
||||
type = "multiselect",
|
||||
values = "raid_role_types",
|
||||
init = "arg",
|
||||
events = {"PLAYER_ROLES_ASSIGNED"}
|
||||
},
|
||||
{
|
||||
name = "ingroup",
|
||||
display = L["Group Type"],
|
||||
type = "multiselect",
|
||||
width = WeakAuras.normalWidth,
|
||||
init = "arg",
|
||||
values = "group_types",
|
||||
events = {"PARTY_MEMBERS_CHANGED", "RAID_ROSTER_UPDATE"},
|
||||
},
|
||||
{
|
||||
name ="playerTitle",
|
||||
display = L["Player"],
|
||||
@@ -995,6 +978,23 @@ Private.load_prototype = {
|
||||
limit = 2
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "raid_role",
|
||||
display = L["Raid Role"],
|
||||
type = "multiselect",
|
||||
values = "raid_role_types",
|
||||
init = "arg",
|
||||
events = {"PLAYER_ROLES_ASSIGNED"}
|
||||
},
|
||||
{
|
||||
name = "ingroup",
|
||||
display = L["Group Type"],
|
||||
type = "multiselect",
|
||||
width = WeakAuras.normalWidth,
|
||||
init = "arg",
|
||||
values = "group_types",
|
||||
events = {"PARTY_MEMBERS_CHANGED", "RAID_ROSTER_UPDATE"},
|
||||
},
|
||||
{
|
||||
name = "group_leader",
|
||||
display = WeakAuras.newFeatureString .. L["Group Leader/Assist"],
|
||||
|
||||
Reference in New Issue
Block a user