Quantcast

Cause why not

Darthpred [11-27-14 - 01:27]
Cause why not
Filename
ElvUI_SLE/options/core_c.lua
diff --git a/ElvUI_SLE/options/core_c.lua b/ElvUI_SLE/options/core_c.lua
index c5f6db8..b79a8a7 100644
--- a/ElvUI_SLE/options/core_c.lua
+++ b/ElvUI_SLE/options/core_c.lua
@@ -70,8 +70,15 @@ local function configTable()
 								desc = L["Resets all movers & options for S&L."],
 								func = function() SLE:Reset(true) end,
 							},
-							space1 = {
+							Install = {
 								order = 3,
+								type = 'execute',
+								name = L['Install'],
+								desc = L['Run the installation process.'],
+								func = function() SLE:Install(); E:ToggleConfig() end,
+							},
+							space1 = {
+								order = 4,
 								type = 'description',
 								name = "",
 							},