another db conversion
Darthpred [05-07-15 - 23:51]
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()