From ef53c686444d43507d75ea6e248f21811ce0eca9 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 21 Jul 2016 15:55:46 +0300 Subject: [PATCH] install tweaks --- ElvUI_SLE/core/install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index 056eab5..e2be169 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -45,7 +45,7 @@ local function DarthHeal() end end -local function DarthSetup() +function PI:DarthSetup() local layout = E.db.layoutSet local installMark = E.private["install_complete"] local installMarkSLE = E.private["sle"]["install_complete"] @@ -829,7 +829,7 @@ E.PopupDialogs['SLE_INSTALL_SETTINGS_LAYOUT'] = { button2 = NO, OnAccept = function() if PI.SLE_Auth == "DARTH" then - DarthSetup() + PI:DarthSetup() end end, OnCancel = E.noop; -- 1.7.9.5