Cleanup community scripts

This commit is contained in:
Evgeny
2025-05-03 12:56:03 +08:00
parent d68ab0934f
commit 82ce7e6eff
11 changed files with 23 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ local blue = md_colors.light_blue_800
function on_search(input)
text_from = input
text_to = ""
search:show({input},{blue})
search:show_buttons({input},{blue})
end
function on_click(idx)