Add new APIs

This commit is contained in:
Evgeny
2023-02-23 13:20:34 +04:00
parent 4dc9f05907
commit 75057f8c42
7 changed files with 119 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ function on_search()
local texts = { "text1", "text2", "text3" }
local colors = { md_colors.purple_400, md_colors.purple_600, md_colors.purple_800 }
search:show(texts, colors)
search:show_buttons(texts, colors)
end
function on_click(idx)