Files
aiolauncher_scripts/samples/check-new-api-sample.lua

8 lines
173 B
Lua

function on_resume()
if ui.show_list_dialog then
ui:show_text("list dialog supported")
else
ui:show_text("list dialog is not supported")
end
end