update tables

This commit is contained in:
Crum
2018-12-06 19:55:03 -06:00
parent cb90d0f1e5
commit 4d0cc6c85c
68 changed files with 705 additions and 597 deletions
+2 -2
View File
@@ -379,12 +379,12 @@ function LO:CreateChatPanels()
rchattb.text:SetText(">")
--Load Settings
if E.db["LeftChatPanelFaded"] then
if E.db.LeftChatPanelFaded then
LeftChatToggleButton:SetAlpha(0)
LeftChatPanel:Hide()
end
if E.db["RightChatPanelFaded"] then
if E.db.RightChatPanelFaded then
RightChatToggleButton:SetAlpha(0)
RightChatPanel:Hide()
end