updates for environment handling changes
This commit is contained in:
@@ -67,7 +67,7 @@ local page = UI.Page {
|
||||
self.menuBar:draw()
|
||||
|
||||
elseif event.type == 'grid_select' then
|
||||
multishell.openTab({
|
||||
multishell.openTab(_ENV, {
|
||||
path = 'sys/apps/Lua.lua',
|
||||
args = { event.selected },
|
||||
focused = true,
|
||||
|
||||
Reference in New Issue
Block a user