mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -14,7 +14,7 @@ function DT:PanelLayoutOptions()
|
||||
local order;
|
||||
local table = E.Options.args.datatexts.args.panels.args;
|
||||
for pointLoc, tab in pairs(P.datatexts.panels) do
|
||||
local pointLoc = pointLoc -- add this
|
||||
local pointLoc = pointLoc
|
||||
if(not _G[pointLoc]) then table[pointLoc] = nil; return; end
|
||||
if(type(tab) == "table") then
|
||||
if find(pointLoc, "Chat") then
|
||||
|
||||
Reference in New Issue
Block a user