From 01f6b1e1902f6b4e7324d04bc639af1e2bfc24c9 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sat, 27 Jul 2024 11:15:23 -0400 Subject: [PATCH] #363 added tip about self-check --- reactor-plc/config/system.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/reactor-plc/config/system.lua b/reactor-plc/config/system.lua index 5e49e62..8170eaa 100644 --- a/reactor-plc/config/system.lua +++ b/reactor-plc/config/system.lua @@ -493,6 +493,7 @@ function system.create(tool_ctl, main_pane, cfg_sys, divs, style, exit) tool_ctl.settings_apply = PushButton{parent=sum_c_1,x=43,y=14,min_width=7,text="Apply",callback=save_and_continue,fg_bg=cpair(colors.black,colors.green),active_fg_bg=btn_act_fg_bg} TextBox{parent=sum_c_2,x=1,y=1,text="Settings saved!"} + TextBox{parent=sum_c_2,x=1,y=3,text="Tip: you can run a Self-Check from the configurator home screen to make sure everything is going to work right!"} local function go_home() main_pane.set_value(1)