#604 refresh connections count on saving an interface

This commit is contained in:
Mikayla Fischler 2025-05-07 20:03:20 -04:00
parent 7404e6da31
commit 8eff1c0d76

View File

@ -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 -- this will delete unsaved changes for other phy's, which is acceptable
tmp_cfg.Redstone = tool_ctl.deep_copy_rs(ini_cfg.Redstone) tmp_cfg.Redstone = tool_ctl.deep_copy_rs(ini_cfg.Redstone)
tool_ctl.gen_rs_summary() tool_ctl.gen_rs_summary()
tool_ctl.update_relay_list()
else else
rs_pane.set_value(6) rs_pane.set_value(6)
end end