Update settings.lua

This commit is contained in:
Ale32bit 2015-11-10 19:19:52 +01:00
parent 969e0fc1c0
commit edeb545814

View file

@ -166,5 +166,9 @@ local function redraw()
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
elseif id == 2 then
changePassword()
elseif id == 3 then
changeLabel()
elseif id == 4 then
clearLabel()
end
end