Add Prefixes to scripts #6

Merged
sriramsv merged 2 commits from add-prefixes into master 2022-08-29 01:53:05 -04:00
Showing only changes of commit afa0299be6 - Show all commits

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({input},{blue})
end
function on_click(idx)