Update sPhone.lua
This commit is contained in:
parent
5c578e497e
commit
522016322c
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,7 @@ local function recovery()
|
||||||
fs.delete("/.sPhone/config")
|
fs.delete("/.sPhone/config")
|
||||||
os.reboot()
|
os.reboot()
|
||||||
elseif k == 5 then
|
elseif k == 5 then
|
||||||
|
_G.safemode = false
|
||||||
break
|
break
|
||||||
elseif k == 6 then
|
elseif k == 6 then
|
||||||
_G.safemode = true
|
_G.safemode = true
|
||||||
|
@ -110,6 +111,7 @@ local function kernel()
|
||||||
recovery()
|
recovery()
|
||||||
break
|
break
|
||||||
elseif e == "timer" then
|
elseif e == "timer" then
|
||||||
|
_G.safemode = false
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue