From 307169e65d2e9e94388e7334d9a55b6061b6fe81 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 23 Oct 2012 21:35:17 +0400 Subject: [PATCH] Profile catchup --- ElvUI_SLE/config/profile.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index 0bc6f59..76a44f6 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -161,6 +161,7 @@ P['general'] = { ['autoRoll'] = false, ['vendorGrays'] = false, ['autoAcceptInvite'] = false, + ['bottomPanel'] = false, ["fontSize"] = 12, ["font"] = "ElvUI Font", @@ -169,7 +170,7 @@ P['general'] = { ["backdropcolor"] = { r = 0.1,g = 0.1,b = 0.1 }, ["backdropfadecolor"] = { r = .054,g = .054,b = .054, a = 0.8 }, ["valuecolor"] = {r = 23/255,g = 132/255,b = 209/255}, - + ['mapAlpha'] = 1, ['tinyWorldMap'] = true, @@ -267,6 +268,8 @@ P['datatexts'] = { ['time24'] = false, ['battleground'] = true, ['minimapPanels'] = true, + ['leftChatPanel'] = true, + ['rightChatPanel'] = true, } else P['datatexts'] = { @@ -323,6 +326,8 @@ P['datatexts'] = { ['time24'] = false, ['battleground'] = true, ['minimapPanels'] = true, + ['leftChatPanel'] = true, + ['rightChatPanel'] = true, } end -- 1.7.9.5