From 5c932fd5d1d860c7176b4d33bf415a27ce0f846e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 17 May 2015 12:20:47 +0400 Subject: [PATCH] woops --- ElvUI_SLE/options/uibuttons_c.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/options/uibuttons_c.lua b/ElvUI_SLE/options/uibuttons_c.lua index 63792e6..22fa521 100644 --- a/ElvUI_SLE/options/uibuttons_c.lua +++ b/ElvUI_SLE/options/uibuttons_c.lua @@ -88,7 +88,7 @@ local function configTable() order = 9, type = "toggle", name = L["Backdrop"], - disabled = function() return not E.db.sle.uibuttons.enable or E.private.sle.uiButtonStyle == "classic" end, + disabled = function() return not E.db.sle.uibuttons.enable end, get = function(info) return E.db.sle.uibuttons.menuBackdrop end, set = function(info, value) E.db.sle.uibuttons.menuBackdrop = value; Bar:UpdateBackdrop() end }, -- 1.7.9.5