Update appList.lua
This commit is contained in:
parent
8a492ec008
commit
a5799e29c8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
sPhone.winOk("Work In","Progress")
|
|
||||||
local spkList = "/.sPhone/config/spklist"
|
local spkList = "/.sPhone/config/spklist"
|
||||||
local dir = "/.sPhone/spk/"
|
local dir = "/.sPhone/spk/"
|
||||||
if not fs.exists(spkList) then
|
if not fs.exists(spkList) then
|
||||||
|
@ -55,6 +54,7 @@ end
|
||||||
elseif y >= 2 then
|
elseif y >= 2 then
|
||||||
if apps[y-2] then
|
if apps[y-2] then
|
||||||
sPhone.launch(apps[y-2].id)
|
sPhone.launch(apps[y-2].id)
|
||||||
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue