Update settings.lua
This commit is contained in:
parent
c9e30d782c
commit
06bd10065f
1 changed files with 28 additions and 27 deletions
|
@ -159,7 +159,7 @@ local function redraw()
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
redraw()
|
redraw()
|
||||||
local name, id = sPhone.menu(menu, "Settings",true)
|
local name, id = sPhone.menu(menu, "Settings","X")
|
||||||
if id == 0 then
|
if id == 0 then
|
||||||
return
|
return
|
||||||
elseif id == 1 then
|
elseif id == 1 then
|
||||||
|
@ -172,3 +172,4 @@ local function redraw()
|
||||||
clearLabel()
|
clearLabel()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue