From 0454ede1b73f17da676473b0a7df459418a480ae Mon Sep 17 00:00:00 2001 From: Repooc Date: Fri, 22 Feb 2013 22:20:20 -0500 Subject: [PATCH] Forgot profile update. --- ElvUI_SLE/config/profile.lua | 102 +++++++++++++++++++++++------------------- 1 file changed, 55 insertions(+), 47 deletions(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index 77f75ba..2d552b4 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -1,15 +1,12 @@ local E, L, V, P, G, _ = unpack(ElvUI); --Inport: Engine, Locales, PrivateDB, ProfileDB, GlobalDB P['sle'] = { - --LFR options - ['lfrshow'] = { - ['enabled'] = false, - ['ds'] = false, - ['mv'] = false, - ['hof'] = false, - ['toes'] = false, - ['tot'] = false, - }, + --Autoloot + ['lootwin'] = false, + ['lootalpha'] = 1, + + --Auto release + ['pvpautorelease'] = true, --Background frames ['backgrounds'] = { @@ -74,26 +71,11 @@ P['sle'] = { }, }, - --Raid marks - ['marks'] = { - ['enabled'] = false, - ['growth'] = "RIGHT", - ['showinside'] = false, - ['size'] = 18, - }, - - --Exp/Rep Bar - ['exprep'] = { - ['explong'] = false, - ['replong'] = false, + --Combat Icon + ['combatico'] = { + ['pos'] = 'TOP', }, - - --Power text on classbars - ['powtext'] = false; - - --Auto release - ['pvpautorelease'] = true, - + --Datatexts panels ['datatext'] = { ['dp1'] = { @@ -141,27 +123,16 @@ P['sle'] = { ['width'] = 100, }, }, - - --Combat Icon - ['combatico'] = { - ['pos'] = 'TOP', - }, - - --UI Buttons - ['uibuttons'] = { - ['enable'] = false, - ['size'] = 17, - ['mouse'] = false, - ['position'] = "uib_vert", - }, - - --Autoloot - ['lootwin'] = false, - ['lootalpha'] = 1, - --Error messages ['errors'] = false, - + + --Exp/Rep Bar + ['exprep'] = { + ['explong'] = false, + ['replong'] = false, + }, + + --Farm Module ['farm'] = { ['active'] = true, ['size'] = 30, @@ -169,6 +140,43 @@ P['sle'] = { ['seedor'] = "TOP", ['quest'] = false, }, + + --LFR options + ['lfrshow'] = { + ['enabled'] = false, + ['ds'] = false, + ['mv'] = false, + ['hof'] = false, + ['toes'] = false, + ['tot'] = false, + }, + + --Minimap Module + ['minimap'] = { + ['enable'] = false, + ['coords'] = { + ['display'] = "SHOW", + }, + }, + + --Power text on classbars + ['powtext'] = false; + + --Raid marks + ['marks'] = { + ['enabled'] = false, + ['growth'] = "RIGHT", + ['showinside'] = false, + ['size'] = 18, + }, + + --UI Buttons + ['uibuttons'] = { + ['enable'] = false, + ['size'] = 17, + ['mouse'] = false, + ['position'] = "uib_vert", + }, } --For some reason datatext settings refuses to work if there is no general setting block here O_o -- 1.7.9.5