add fold and unfold actions

This commit is contained in:
Evgeny
2022-11-13 17:24:42 +04:00
parent c8d7a52384
commit 008e3fae48
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
function on_resume()
ui:show_text("Empty")
end
function on_widget_action(action, name)
ui:show_toast(name.." "..action)
end