From ef1c214cad31235dabec31232e5a6b00efd9c8db Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Fri, 21 Aug 2015 14:37:24 +0200 Subject: [PATCH] Update settings.lua --- src/apps/system/settings.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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