This commit is contained in:
Crum
2018-11-01 22:32:19 -05:00
parent 355c8fcac2
commit 7d7fdb61ab
49 changed files with 1617 additions and 193 deletions
+3 -2
View File
@@ -44,7 +44,7 @@ function LO:Initialize()
end
function LO:BottomPanelVisibility()
if(E.db.general.bottomPanel) then
if E.db.general.bottomPanel then
self.BottomPanel:Show()
else
self.BottomPanel:Hide()
@@ -163,6 +163,7 @@ function LO:SetDataPanelStyle()
E:SetTemplate(LeftMiniPanel, "Transparent")
E:SetTemplate(RightMiniPanel, "Transparent")
E:SetTemplate(ElvConfigToggle, "Transparent")
else
if not E.db.datatexts.panelBackdrop then
E:SetTemplate(LeftChatDataPanel, "NoBackdrop")
@@ -414,4 +415,4 @@ local function InitializeCallback()
LO:Initialize()
end
E:RegisterModule(LO:GetName(), InitializeCallback)
E:RegisterModule(LO:GetName(), InitializeCallback)