Quantcast

What is this? Can it be that?..

Darthpred [04-11-15 - 19:30]
What is this? Can it be that?..
Filename
ElvUI_SLE/defaults/profile.lua
diff --git a/ElvUI_SLE/defaults/profile.lua b/ElvUI_SLE/defaults/profile.lua
index 46e4f22..25c08cc 100644
--- a/ElvUI_SLE/defaults/profile.lua
+++ b/ElvUI_SLE/defaults/profile.lua
@@ -27,6 +27,7 @@ P['sle'] = {
 			['pethide'] = true,
 			['template'] = "Default",
 			['alpha'] = 1,
+			['clickthrough'] = true,
 		},
 		['left'] = {
 			['enabled'] = false,
@@ -39,6 +40,7 @@ P['sle'] = {
 			['pethide'] = true,
 			['template'] = "Default",
 			['alpha'] = 1,
+			['clickthrough'] = false,
 		},
 		['right'] = {
 			['enabled'] = false,
@@ -51,6 +53,7 @@ P['sle'] = {
 			['pethide'] = true,
 			['template'] = "Default",
 			['alpha'] = 1,
+			['clickthrough'] = false,
 		},
 		['action'] = {
 			['enabled'] = false,
@@ -63,6 +66,7 @@ P['sle'] = {
 			['pethide'] = true,
 			['template'] = "Default",
 			['alpha'] = 1,
+			['clickthrough'] = true,
 		},
 	},