From f6442df18fc36984e25ab755b3808bf2e7584dbb Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 19 Feb 2013 10:16:25 +0400 Subject: [PATCH] look WTF u setting to false lol That's not activation lol, that's hide empty buttons. I bet you don't want to have that function off by default --- ElvUI_SLE/config/profile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index be150ec..e1ab021 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -163,7 +163,7 @@ P['sle'] = { ['errors'] = false, ['farm'] = { - ['active'] = false, + ['active'] = true, ['size'] = 30, }, } -- 1.7.9.5