From 207225720bf1b848b416466502f6573ab0f0f825 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 8 May 2015 03:51:52 +0400 Subject: [PATCH] another db conversion --- ElvUI_SLE/core/core.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua index 653b45c..9fe7ca3 100644 --- a/ElvUI_SLE/core/core.lua +++ b/ElvUI_SLE/core/core.lua @@ -232,6 +232,8 @@ end function SLE:FixDatabase() --For when we dramatically change some options if E.db.sle.chat.combathide == true then E.db.sle.chat.combathide = "BOTH" end if E.db.sle.chat.combathide == false then E.db.sle.chat.combathide = "NONE" end + if E.db.sle.uibuttons.position == "uib_vert" then E.db.sle.uibuttons.position = "vertical" end + if E.db.sle.uibuttons.position == "uib_hor" then E.db.sle.uibuttons.position = "horizontal" end end function SLE:Initialize() -- 1.7.9.5