We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2d331 commit ca9e446Copy full SHA for ca9e446
controller.lua
@@ -56,9 +56,10 @@ while true do
56
file.close()
57
58
local data = textutils.unserialiseJSON(jsonStr)
59
+ local entry = data[selected]
60
- local app = multishell.launch({}, data.cmd)
61
- multishell.setTitle(app, data.name)
+ local app = multishell.launch({}, entry.cmd)
62
+ multishell.setTitle(app, entry.name)
63
multishell.setFocus(app)
64
end
65
showOptions()
0 commit comments