fix mconfdialog
This commit is contained in:
@@ -194,7 +194,7 @@ function mconfdialog:searchdialog()
|
|||||||
results = results .. "\nkind: " .. config.kind
|
results = results .. "\nkind: " .. config.kind
|
||||||
end
|
end
|
||||||
if config.default then
|
if config.default then
|
||||||
results = results .. "\ndefault: " .. config.default
|
results = results .. "\ndefault: " .. tostring(config.default)
|
||||||
end
|
end
|
||||||
if config.path then
|
if config.path then
|
||||||
results = results .. "\npath: " .. config.path
|
results = results .. "\npath: " .. config.path
|
||||||
|
Reference in New Issue
Block a user