Update settings.lua
This commit is contained in:
parent
969e0fc1c0
commit
edeb545814
1 changed files with 4 additions and 0 deletions
|
@ -166,5 +166,9 @@ local function redraw()
|
||||||
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
||||||
elseif id == 2 then
|
elseif id == 2 then
|
||||||
changePassword()
|
changePassword()
|
||||||
|
elseif id == 3 then
|
||||||
|
changeLabel()
|
||||||
|
elseif id == 4 then
|
||||||
|
clearLabel()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue