scripts fixes

This commit is contained in:
Evgeny
2021-09-10 13:54:19 +03:00
parent 825b116ae8
commit 6b1800a627
7 changed files with 12 additions and 8 deletions

View File

@@ -5,5 +5,6 @@
-- version = "1.0"
function on_resume()
ui:show_text(system:get_from_clipboard())
local clipboard = system:get_from_clipboard()
ui:show_text(clipboard)
end

View File

@@ -0,0 +1,3 @@
function on_resume()
ui:show_toast("on_resume called")
end