Files
aiolauncher_scripts/hello_world-widget.lua
2021-07-29 07:51:07 +03:00

4 lines
57 B
Lua

function onResume()
aio:showText("Hello world!")
end