add isWidgetAdded and showDialog functions
This commit is contained in:
3
is_widget_added_sample.lua
Normal file
3
is_widget_added_sample.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
function onResume()
|
||||
ui:showText("Mail widget on the screen: " .. tostring(aio:isWidgetAdded("mail")))
|
||||
end
|
||||
Reference in New Issue
Block a user