mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
update tables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user