Update appList.lua

This commit is contained in:
Ale32bit 2016-11-03 13:26:07 +01:00 committed by GitHub
parent 8a492ec008
commit a5799e29c8

View file

@ -1,4 +1,3 @@
sPhone.winOk("Work In","Progress")
local spkList = "/.sPhone/config/spklist"
local dir = "/.sPhone/spk/"
if not fs.exists(spkList) then
@ -55,6 +54,7 @@ end
elseif y >= 2 then
if apps[y-2] then
sPhone.launch(apps[y-2].id)
return
end
end
end