milo better user experience

This commit is contained in:
kepler155c
2018-11-12 20:22:14 -05:00
parent 52ea4e039c
commit 1eaaca2cc3
17 changed files with 204 additions and 82 deletions

8
milo/autorun/milo.lua Normal file
View File

@@ -0,0 +1,8 @@
local device = _G.device
local shell = _ENV.shell
if device.workbench then
shell.openForegroundTab('Milo')
elseif device.neuralInterface then
shell.openForegroundTab('MiloRemote')
end