Update sPhone.lua

This commit is contained in:
Ale2610 2015-09-16 15:42:21 +02:00
parent d09bddf44c
commit f867cbde76

View file

@ -36,7 +36,7 @@ end
local function kernel() local function kernel()
_G.sPhone = { _G.sPhone = {
version = "Alpha 2.1", version = "Alpha 2.1.1",
user = "Run sID", user = "Run sID",
devMode = false, devMode = false,
} }
@ -262,6 +262,7 @@ local function kernel()
write(" "..sPhone.user) write(" "..sPhone.user)
else else
write(" New Update!") write(" New Update!")
sPhone.winOk("New Update!", "Go to Settings")
end end
box(2,3,"Shell",colors.black,colors.yellow) box(2,3,"Shell",colors.black,colors.yellow)
box(19,3,"Lock",colors.lightGray,colors.black) box(19,3,"Lock",colors.lightGray,colors.black)