From e187c90254101dff7c2023701f5c997ea8149b33 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 27 Jun 2015 17:52:42 +0400 Subject: [PATCH] think bigwigs will be ok from now on --- ElvUI_SLE/modules/uibuttons.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_SLE/modules/uibuttons.lua b/ElvUI_SLE/modules/uibuttons.lua index e26209c..f91930b 100644 --- a/ElvUI_SLE/modules/uibuttons.lua +++ b/ElvUI_SLE/modules/uibuttons.lua @@ -30,6 +30,7 @@ function UB:AddonSetup(menu) menu:CreateDropdownButton("Addon", "DBM", L["Boss Mod"], L["Boss Mod"], L["Click to toggle the Configuration/Option Window from the Bossmod you have enabled."], function() DBM:LoadGUI() end, "DBM-Core") menu:CreateDropdownButton("Addon", "VEM", L["Boss Mod"], L["Boss Mod"], L["Click to toggle the Configuration/Option Window from the Bossmod you have enabled."], function() VEM:LoadGUI() end, "VEM-Core") + menu:CreateDropdownButton("Addon", "BigWigs", L["Boss Mod"], L["Boss Mod"], L["Click to toggle the Configuration/Option Window from the Bossmod you have enabled."], function() LibDBIcon10_BigWigs:Click("RightButton") end, "BigWigs") menu:CreateSeparator("Addon", "First", 4, 2) menu:CreateDropdownButton("Addon", "Altoholic", "Altoholic", nil, nil, function() Altoholic:ToggleUI() end, "Altoholic") menu:CreateDropdownButton("Addon", "AtlasLoot", "AtlasLoot", nil, nil, function() AtlasLoot.GUI:Toggle() end, "AtlasLoot") -- 1.7.9.5