From 4c646249ad92e77d1adffe4f288fc7b32d2b7903 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sat, 4 Nov 2023 14:57:17 -0400 Subject: [PATCH] plc configurator cleanup --- reactor-plc/configure.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/reactor-plc/configure.lua b/reactor-plc/configure.lua index f4aa27d..689d368 100644 --- a/reactor-plc/configure.lua +++ b/reactor-plc/configure.lua @@ -519,7 +519,6 @@ local function config_view(display) PushButton{parent=sum_c_3,x=44,y=14,min_width=6,text="OK",callback=delete_legacy,fg_bg=cpair(colors.black,colors.green),active_fg_bg=cpair(colors.white,colors.gray)} TextBox{parent=sum_c_4,x=1,y=1,height=5,text_align=CENTER,text="Failed to save the settings file.\n\nThere may not be enough space for the modification or server file permissions may be denying writes."} - PushButton{parent=sum_c_4,x=1,y=14,min_width=6,text="Home",callback=go_home,fg_bg=nav_fg_bg,active_fg_bg=btn_act_fg_bg} PushButton{parent=sum_c_4,x=44,y=14,min_width=6,text="Exit",callback=exit,fg_bg=cpair(colors.black,colors.red),active_fg_bg=cpair(colors.white,colors.gray)}