From fea1c358b441512698ef5f9f19fda6fe91a52e7e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 1 Apr 2015 19:48:02 +0400 Subject: [PATCH] Woops --- ElvUI_SLE/options/chat_c.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_SLE/options/chat_c.lua b/ElvUI_SLE/options/chat_c.lua index 45000d8..bd0020b 100644 --- a/ElvUI_SLE/options/chat_c.lua +++ b/ElvUI_SLE/options/chat_c.lua @@ -77,6 +77,7 @@ local function configTable() type = "range", name = L["Alpha"], isPercent = true, + disabled = function() return not E.db.sle.chat.textureAlpha.enable end, min = 0, max = 1, step = 0.01, get = function(info) return E.db.sle.chat.textureAlpha.alpha end, set = function(info, value) E.db.sle.chat.textureAlpha.alpha = value; E:UpdateMedia() end, -- 1.7.9.5