From 8eff1c0d761e0f002065b89b7f5ce7cb5a7f20a7 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 7 May 2025 20:03:20 -0400 Subject: [PATCH] #604 refresh connections count on saving an interface --- rtu/config/redstone.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rtu/config/redstone.lua b/rtu/config/redstone.lua index 53fd9fd..7592bf9 100644 --- a/rtu/config/redstone.lua +++ b/rtu/config/redstone.lua @@ -263,6 +263,7 @@ function redstone.create(tool_ctl, main_pane, cfg_sys, rs_cfg, style) -- this will delete unsaved changes for other phy's, which is acceptable tmp_cfg.Redstone = tool_ctl.deep_copy_rs(ini_cfg.Redstone) tool_ctl.gen_rs_summary() + tool_ctl.update_relay_list() else rs_pane.set_value(6) end