Update sPhone.lua
This commit is contained in:
parent
2ead371420
commit
597297c440
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ local function kernel(...)
|
||||||
end
|
end
|
||||||
|
|
||||||
if not fs.exists("/.sPhone/config/defaultApps") then
|
if not fs.exists("/.sPhone/config/defaultApps") then
|
||||||
sPhone.setDefaultApp("home","/.sPhone/apps/home")
|
sPhone.setDefaultApp("home","sphone.home")
|
||||||
end
|
end
|
||||||
|
|
||||||
function string.getExtension(name)
|
function string.getExtension(name)
|
||||||
|
|
Loading…
Reference in a new issue