Quantcast

woops

Darthpred [05-17-15 - 08:20]
woops
Filename
ElvUI_SLE/options/uibuttons_c.lua
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
 			},