From 9bd0d577e4b39fc74d4bc39c620f7003f5433bbc Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 27 Nov 2014 05:27:17 +0400 Subject: [PATCH] Cause why not --- ElvUI_SLE/options/core_c.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 = "", }, -- 1.7.9.5