add isWidgetAdded and showDialog functions

This commit is contained in:
Evgeny
2021-07-29 17:16:48 +03:00
parent 43f323105f
commit bb0bdd36a6
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
function onResume()
ui:showText("Mail widget on the screen: " .. tostring(aio:isWidgetAdded("mail")))
end