Files
aiolauncher_scripts/samples/drawer-test.lua
2023-07-14 21:18:05 +04:00

9 lines
170 B
Lua

-- name = "Drawer test"
-- type = "drawer"
-- testing = "true"
function on_drawer_open()
drawer:show_list{ "Empty" }
debug:toast("on_drawer_open() called!")
end