You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.args.generalGroup.args.profileSpecific=ACH:Toggle(L["Profile Specific"], L["Use the profile specific filter Aura Indicator (Profile) instead of the global filter Aura Indicator."], 1)
config.args.generalGroup.args.profileSpecific=ACH:Toggle(L["Profile Specific"], L["Use the profile specific filter Aura Indicator (Profile) instead of the global filter Aura Indicator."], 3)
291
+
config.args.generalGroup.args.petSpecific=ACH:Toggle(L["Pet Specific"], L["Use the profile specific filter Aura Indicator (Pet) instead of the global filter Aura Indicator."], 4, nil, nil, nil, nil, nil, nil, function() returnnotpetTypes[groupName] end)
config.args.applyToAll.args.header=ACH:Description(L["|cffFF3333Warning:|r Changing options in this section will apply to all Aura Indicator auras. To change only one Aura, please click \"Configure Auras\" and change that specific Auras settings. If \"Profile Specific\" is selected it will apply to that filter set."], 1)
@@ -669,7 +675,7 @@ local function GetOptionsTable_Health(isGroupFrame, updateFunc, groupName, numUn
669
675
config.args.orientation=ACH:Select(L["Statusbar Fill Orientation"], L["Direction the health bar moves when gaining/losing health."], 9, { HORIZONTAL=L["Horizontal"], VERTICAL=L["Vertical"] })
670
676
end
671
677
672
-
ifgroupName=='pet' orgroupName=='raidpet'then
678
+
ifpetTypes[groupName]then
673
679
config.args.colorPetByUnitClass=ACH:Toggle(L["Color by Unit Class"], nil, 2)
0 commit comments