Files
aiolauncher_scripts/is_widget_added_sample.lua
2021-07-29 17:16:48 +03:00

4 lines
110 B
Lua

function onResume()
ui:showText("Mail widget on the screen: " .. tostring(aio:isWidgetAdded("mail")))
end