Files
aiolauncher_scripts/hello_world-widget.lua
2021-08-01 19:57:41 +03:00

4 lines
58 B
Lua

function on_resume()
ui:show_text("Hello world!")
end