add show_table

This commit is contained in:
Evgeny
2021-08-24 17:27:26 +03:00
parent 699671b2ea
commit 7c1b542fe8
7 changed files with 21 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ function on_resume()
apps_names[k] = get_formatted_name(v)
end
ui:show_table(slice(apps_names, 1, 9), 3)
ui:show_grid(slice(apps_names, 1, 9), 3)
end
function on_click(idx)