diff --git a/src/apps/appList.lua b/src/apps/appList.lua index 8954c6d..75c1f26 100644 --- a/src/apps/appList.lua +++ b/src/apps/appList.lua @@ -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