diff --git a/src/apps/system/settings.lua b/src/apps/system/settings.lua index 1b2512b..3dc9b45 100644 --- a/src/apps/system/settings.lua +++ b/src/apps/system/settings.lua @@ -174,7 +174,6 @@ local function redraw() term.setTextColor(colors.black) end redraw() - sPhone.winOk("Work In","Progress") while true do redraw() @@ -188,4 +187,4 @@ local function redraw() elseif id == 3 then changePassword() end - end \ No newline at end of file + end