Quantcast

Defaults are to be set to false.

Repooc [02-18-13 - 21:36]
Defaults are to be set to false.

Signed-off-by: Repooc <tjcooper1982@gmail.com>
Filename
ElvUI_SLE/config/profile.lua
diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua
index 9dd2f11..be150ec 100644
--- a/ElvUI_SLE/config/profile.lua
+++ b/ElvUI_SLE/config/profile.lua
@@ -76,7 +76,7 @@ P['sle'] = {

 	--Raid marks
 	['marks'] = {
-		['enabled'] = true,
+		['enabled'] = false,
 		['growth'] = "RIGHT",
 		['showinside'] = false,
 		['size'] = 18,
@@ -163,7 +163,7 @@ P['sle'] = {
 	['errors'] = false,

 	['farm'] = {
-		['active'] = true,
+		['active'] = false,
 		['size'] = 30,
 	},
 }