Quantcast

some compatibility for some bs

Darthpred [08-28-15 - 09:27]
some compatibility for some bs
Filename
ElvUI_SLE/options/datatexts_c.lua
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,
 					},
 				},
 			},