From e40edbc0631b267876f49877e53158c9a2dc8235 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 18 Nov 2012 18:37:52 +0400 Subject: [PATCH] some install stuff --- ElvUI_SLE/modules/install.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua index 58270df..ad10822 100644 --- a/ElvUI_SLE/modules/install.lua +++ b/ElvUI_SLE/modules/install.lua @@ -640,6 +640,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.chat.emotionIcons = false E.db.chat.whisperSound = 'None' E.db.chat.panelHeight = 227 + E.db.chat.panelTabBackdrop = false if E.db.lowresolutionset then E.db.chat.panelWidth = 400 else @@ -1062,6 +1063,13 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to --Combat icon-- E.db.sle.combatico.pos = 'TOPRIGHT' + + --Loot History-- + E.db.sle.lootwin = true + E.db.sle.lootalpha = 0.5 + + --UI Buttons-- + E.db.sle.uibuttons.enable = true --Moving stuff-- if layout == "healer" then -- 1.7.9.5