From 303ea4830b783c0e096a488e5fe5ce4b2f685997 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 28 Aug 2015 13:27:15 +0400 Subject: [PATCH] some compatibility for some bs --- ElvUI_SLE/options/datatexts_c.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/options/datatexts_c.lua b/ElvUI_SLE/options/datatexts_c.lua index c532b65..01aacba 100644 --- a/ElvUI_SLE/options/datatexts_c.lua +++ b/ElvUI_SLE/options/datatexts_c.lua @@ -79,7 +79,8 @@ local function configTable() name = L["Override Chat DT Panels"], desc = L["This will have S&L handle chat datatext panels and place them below the left & right chat panels.\n\n|cffFF0000Note:|r When you first enabled, you may need to move the chat panels up to see your datatext panels."], get = function(info) return E.db.sle.datatext.chathandle end, - set = function(info, value) E.db.sle.datatext.chathandle = value; E:GetModule('Layout'):ToggleChatPanels(); E.Chat:PositionChat(true) end + set = function(info, value) E.db.sle.datatext.chathandle = value; E:GetModule('Layout'):ToggleChatPanels(); E.Chat:PositionChat(true) end, + disabled = function() return IsAddOnLoaded("ElvUI_TukUIStyle") end, }, }, }, -- 1.7.9.5