small fixes

This commit is contained in:
Evgeny
2021-08-01 14:02:19 +03:00
parent 76c4fad663
commit 6e24536f99
3 changed files with 68 additions and 1 deletions

9
open-search-widget.lua Normal file
View File

@@ -0,0 +1,9 @@
-- name = "Search"
function onResume()
ui:showText("Open search")
end
function onClick()
aio:doAction("search")
end