Add tags field to the apps table

This commit is contained in:
Evgeny
2025-05-03 07:56:35 +08:00
parent 4904a0050a
commit 296fbee028
4 changed files with 28 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
all_apps = {}
function on_resume()
all_apps = apps:get_list("launch_count")
all_apps = apps:list("launch_count")
if (next(all_apps) == nil) then
ui:show_text("The list of apps is not ready yet")