Add new drawer scripts
This commit is contained in:
8
samples/drawer-test.lua
Normal file
8
samples/drawer-test.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- name = "Drawer test"
|
||||
-- type = "drawer"
|
||||
-- testing = "true"
|
||||
|
||||
function on_drawer_open()
|
||||
drawer:show_list{ "Empty" }
|
||||
debug:toast("on_drawer_open() called!")
|
||||
end
|
||||
Reference in New Issue
Block a user