From 96fc44473d7805c0e0165f1dce235066f9dd3965 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Tue, 1 Jan 2019 07:09:02 -0500 Subject: [PATCH] milo: auto-send select items to server --- milo/plugins/remote/autostore.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/milo/plugins/remote/autostore.lua b/milo/plugins/remote/autostore.lua index 3a628b0..bb2d05e 100644 --- a/milo/plugins/remote/autostore.lua +++ b/milo/plugins/remote/autostore.lua @@ -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,