Update home.spk
This commit is contained in:
parent
a510060cfd
commit
2ead371420
1 changed files with 7 additions and 7 deletions
|
@ -81,7 +81,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\\\
|
||||||
shell.run(\\\"/.sPhone/apps/system/settings\\\")\\\
|
sPhone.launch(\\\"sphone.settings\\\")\\\
|
||||||
sPhone.inHome = true\\\
|
sPhone.inHome = true\\\
|
||||||
drawHome()\\\
|
drawHome()\\\
|
||||||
end\\\
|
end\\\
|
||||||
|
@ -138,12 +138,12 @@
|
||||||
\",\
|
\",\
|
||||||
}",
|
}",
|
||||||
config = "{\
|
config = "{\
|
||||||
main = \"home.lua\",\
|
|
||||||
id = \"sphone.home\",\
|
|
||||||
name = \"sPhone Home\",\
|
|
||||||
hidden = true,\
|
|
||||||
author = \"BeaconNet\",\
|
|
||||||
version = 1,\
|
|
||||||
type = \"home\",\
|
type = \"home\",\
|
||||||
|
main = \"home.lua\",\
|
||||||
|
name = \"sPhone Home\",\
|
||||||
|
version = 1,\
|
||||||
|
id = \"sphone.home\",\
|
||||||
|
author = \"BeaconNet\",\
|
||||||
|
hidden = true,\
|
||||||
}",
|
}",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue