fix
This commit is contained in:
parent
0be472062b
commit
bd930d9c67
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
sPhone.inHome = true
|
sPhone.inHome = true
|
||||||
elseif x > 10 and x < 19 then
|
elseif x > 10 and x < 19 then
|
||||||
sPhone.inHome = false
|
sPhone.inHome = false
|
||||||
sPhone.run("/.sPhone/apps/system/settings")
|
shell.run("/.sPhone/apps/system/settings")
|
||||||
sPhone.inHome = true
|
sPhone.inHome = true
|
||||||
drawHome()
|
drawHome()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue