milo: auto-send select items to server

This commit is contained in:
kepler155c@gmail.com
2019-01-01 07:09:02 -05:00
parent 46be7de2bd
commit 96fc44473d

View File

@@ -10,6 +10,10 @@ local ni = device.neuralInterface
local context = args[1]
if not context.state.autostore then
context.state.autostore = { }
end
local page = UI.Page {
titleBar = UI.TitleBar {
backgroundColor = colors.gray,