Quantcast

Profile catchup

Darthpred [10-23-12 - 17:35]
Profile catchup
Filename
ElvUI_SLE/config/profile.lua
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