From a5799e29c8617fee72e54e320eb935ccf4966f02 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Thu, 3 Nov 2016 13:26:07 +0100 Subject: [PATCH] Update appList.lua --- src/apps/appList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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