Update sPhone.lua
This commit is contained in:
parent
62f902044a
commit
fa6004eb3a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
local function kernel(...)
|
local function kernel(...)
|
||||||
_G.sPhone = {
|
_G.sPhone = {
|
||||||
version = "Alpha 3.13",
|
version = "Alpha Pi",
|
||||||
user = "Guest",
|
user = "Guest",
|
||||||
devMode = false,
|
devMode = false,
|
||||||
mainTerm = term.current(),
|
mainTerm = term.current(),
|
||||||
|
@ -13,7 +13,7 @@ local function kernel(...)
|
||||||
end
|
end
|
||||||
|
|
||||||
sPhone.defaultApps = {
|
sPhone.defaultApps = {
|
||||||
["home"] = "/.sPhone/apps/home",
|
["home"] = "sphone.home",
|
||||||
}
|
}
|
||||||
|
|
||||||
sPhone.theme = { --Default colors
|
sPhone.theme = { --Default colors
|
||||||
|
|
Loading…
Reference in a new issue