add function to app module

This commit is contained in:
Evgeny
2021-08-25 16:28:01 +03:00
parent 456851becc
commit 0040d9cbef
3 changed files with 8 additions and 5 deletions

View File

@@ -18,7 +18,8 @@ function on_resume()
end
function on_click(idx)
apps:launch(all_apps[idx])
--apps:launch(all_apps[idx])
apps:show_edit_dialog(all_apps[idx])
end
-- utils