fix mconfdialog

This commit is contained in:
ruki
2020-05-09 22:46:49 +08:00
parent 4f1a96fcec
commit d87ce6d8d5

View File

@@ -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