From 7d12315fc01c3b1144acb115422de12ae06dac99 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 15 Jan 2015 13:25:23 +0400 Subject: [PATCH] xct button cause why not --- ElvUI_SLE/modules/uibuttons.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI_SLE/modules/uibuttons.lua b/ElvUI_SLE/modules/uibuttons.lua index 7e4f3ad..3adfec4 100644 --- a/ElvUI_SLE/modules/uibuttons.lua +++ b/ElvUI_SLE/modules/uibuttons.lua @@ -320,6 +320,7 @@ function UB:AddonSetup() UB:CreateDropdownButton("Addon", "Altoholic", "Altoholic", nil, nil, function() Altoholic:ToggleUI() end, "Altoholic") UB:CreateDropdownButton("Addon", "AtlasLoot", "AtlasLoot", nil, nil, function() AtlasLoot.GUI:Toggle() end, "AtlasLoot") UB:CreateDropdownButton("Addon", "WeakAuras", "WeakAuras", nil, nil, function() SlashCmdList.WEAKAURAS() end, "WeakAuras") + UB:CreateDropdownButton("Addon", "xCT", "xCT+", nil, nil, function() xCT_Plus:ToggleConfigTool() end, "xCT+") UB:CreateDropdownButton("Addon", "Swatter", "Swatter", nil, nil, function() Swatter.ErrorShow() end, "!Swatter") tinsert(AddonTable, UB.menuHolder.Addon.Manager) @@ -327,6 +328,7 @@ function UB:AddonSetup() tinsert(AddonTable, UB.menuHolder.Addon.Altoholic) tinsert(AddonTable, UB.menuHolder.Addon.AtlasLoot) tinsert(AddonTable, UB.menuHolder.Addon.WeakAuras) + tinsert(AddonTable, UB.menuHolder.Addon.xCT) tinsert(AddonTable, UB.menuHolder.Addon.Swatter) --Always keep at the bottom-- -- 1.7.9.5