#581 fixed peripheral/redstone saving behavior in RTU configurator

This commit is contained in:
Mikayla
2024-12-10 15:07:43 +00:00
parent 7372908637
commit 6838d21bd7
3 changed files with 9 additions and 1 deletions

View File

@@ -151,6 +151,10 @@ function redstone.create(tool_ctl, main_pane, cfg_sys, rs_cfg, style)
load_settings(settings_cfg, true)
load_settings(ini_cfg)
rs_pane.set_value(4)
-- for return to list from saved screen
tmp_cfg.Redstone = tool_ctl.deep_copy_rs(ini_cfg.Redstone)
tool_ctl.gen_rs_summary()
else
rs_pane.set_value(5)
end