SLE:Print(L["Custom roll limits are set incorrectly! Minimum should be smaller then or equial to maximum."])
end
end
functionUB:ConfigSetup(menu)
menu:CreateDropdownButton('Config','Elv','|cff1784d1ElvUI|r',L["ElvUI Config"],L["Click to toggle config window"],function()ifInCombatLockdown()thenreturnend;E:ToggleOptionsUI()end,nil,true)
menu:CreateDropdownButton('Config','SLE','|cff9482c9S&L|r',L["S&L Config"],L["Click to toggle Shadow & Light config group"],function()ifInCombatLockdown()thenreturnend;E:ToggleOptionsUI();E.Libs['AceConfigDialog']:SelectGroup('ElvUI','sle')end,nil,true)
menu:CreateSeparator('Config','First',4,2)
menu:CreateDropdownButton('Config','Reload','/reloadui',L["Reload UI"],L["Click to reload your interface"],function()ReloadUI()end,nil,true)
menu:CreateDropdownButton('Config','MoveUI','/moveui',L["Move UI"],L["Unlock various elements of the UI to be repositioned."],function()ifInCombatLockdown()thenreturnend;E:ToggleMoveMode()end,nil,true)
end
functionUB:AddonSetup(menu)
menu:CreateDropdownButton('Addon','Manager',ADDONS,L["AddOn Manager"],L["Click to toggle the AddOn Manager frame."],function()_G["GameMenuButtonAddons"]:Click()end,nil,true)
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()LibStub('LibDataBroker-1.1'):GetDataObjectByName('BigWigs'):OnClick('RightButton')end,'BigWigs')