added ability to view reactor PLC config after importing if cancelled before deleting

This commit is contained in:
Mikayla Fischler 2023-11-05 13:23:45 -05:00
parent 32653c3b8a
commit 9e13a3a467

View File

@ -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)