remove show_grid function

This commit is contained in:
Evgeny
2021-08-25 09:52:39 +03:00
parent b7682ce258
commit 4a68d00e65
3 changed files with 3 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
function on_resume()
local tab = {
{ "1234567890" },
{ "1", "2", "3" },
{ "4", "5", "6" },
{ "7", "8", "9" },
}
ui:show_table(tab)
ui:show_table(tab, 0, true)
end