mirror of
https://github.com/kepler155c/opus
synced 2025-10-29 22:53:01 +00:00
simplify ui
This commit is contained in:
@@ -204,7 +204,7 @@ function page:setResult(result)
|
||||
if Util.size(v) == 0 then
|
||||
entry.value = 'table: (empty)'
|
||||
else
|
||||
entry.value = 'table'
|
||||
entry.value = tostring(v)
|
||||
end
|
||||
end
|
||||
table.insert(t, entry)
|
||||
|
||||
Reference in New Issue
Block a user