from retail

This commit is contained in:
NoM0Re
2025-01-26 03:47:13 +01:00
parent c0c78643e7
commit 4750b095d3
13 changed files with 210 additions and 122 deletions
@@ -152,7 +152,7 @@ local function ConstructIconPicker(frame)
else
self.givenPath = {};
for child in OptionsPrivate.Private.TraverseLeafsOrAura(baseObject) do
if(child) then
if child and paths[child.id] then
local value = valueFromPath(child, paths[child.id])
self.givenPath[child.id] = value or "";
end