wxedge: fix error

This commit is contained in:
jjm2473 2022-08-30 17:41:08 +08:00
parent ceef1d9dea
commit d60b5ae747

View File

@ -41,7 +41,7 @@ o.rmempty = false
o.datatype = "string"
for _, dir in pairs(blks) do
dir = dir .. "/wxedge1"
o.value(dir, dir)
o:value(dir, dir)
end
if #blks > 0 then
o.default = blks[1] .. "/wxedge1"