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

@@ -8,7 +8,7 @@ local pass = ""
function on_search(str)
if str:lower():find(string.lower("password")) then
pass = gen_pass()
search:show{pass}
search:show_buttons{pass}
end
end
@@ -26,5 +26,5 @@ function gen_pass()
end
function on_click()
system:copy_to_clipboard(pass)
system:to_clipboard(pass)
end