ui:show_table fixes

This commit is contained in:
Evgeny
2021-08-18 14:16:06 +03:00
parent 04d68bf900
commit 513f6f7b17
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ function on_resume()
"07", "28", "9",
}
ui:show_table(table, 3, true)
ui:show_table(table, 3, true, "Nothing there")
end
function on_click(idx)