From bd930d9c6758c0c810ca9c2b0a2bd09d9cdfd733 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 1 Nov 2016 17:18:13 +0100 Subject: [PATCH] fix --- src/apps/home.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/home.lua b/src/apps/home.lua index fc04a65..e44f77c 100644 --- a/src/apps/home.lua +++ b/src/apps/home.lua @@ -77,7 +77,7 @@ sPhone.inHome = true elseif x > 10 and x < 19 then sPhone.inHome = false - sPhone.run("/.sPhone/apps/system/settings") + shell.run("/.sPhone/apps/system/settings") sPhone.inHome = true drawHome() end