milo better user experience
This commit is contained in:
8
milo/autorun/milo.lua
Normal file
8
milo/autorun/milo.lua
Normal 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
|
||||
Reference in New Issue
Block a user