From 9f40d967926b328890fe8dd139da2b68d16a7454 Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Fri, 21 Aug 2015 15:35:23 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sPhone.lua b/src/sPhone.lua index 7b982c4..99a8c6f 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -212,6 +212,7 @@ local function kernel() box(19,7,"SMS",colors.green,colors.white) box(3, 11, "CST", colors.lightBlue, colors.blue) box(10, 11, "GPS", colors.red, colors.black) + box(18, 11, "Info", colors.lightGray, colors.black) end local function footerMenu() sPhone.isFooterMenuOpen = true @@ -279,6 +280,8 @@ local function kernel() shell.run("/.sPhone/apps/cstwallet") elseif (y > 10 and x > 9) and (y < 14 and x < 15) then shell.run("/.sPhone/apps/gps") + elseif (y > 10 and x > 8) and (y < 14 and x < 24) then + shell.run("/.sPhone/apps/system/info") end end end