From 9e13a3a4676b2d8ac8182c395c715c812e25405c Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sun, 5 Nov 2023 13:23:45 -0500 Subject: [PATCH] added ability to view reactor PLC config after importing if cancelled before deleting --- reactor-plc/configure.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactor-plc/configure.lua b/reactor-plc/configure.lua index 689d368..f8e403f 100644 --- a/reactor-plc/configure.lua +++ b/reactor-plc/configure.lua @@ -481,6 +481,8 @@ local function config_view(display) try_set(path, ini_cfg.LogPath) try_set(en_dbg, ini_cfg.LogDebug) + tool_ctl.view_cfg.enable() + if tool_ctl.importing_legacy then tool_ctl.importing_legacy = false sum_pane.set_value(3)