#528 configurator fixes, restoring textbox whitespace handling and adding specific trim whitespace option

This commit is contained in:
Mikayla Fischler
2024-10-12 00:30:58 -04:00
parent 0497ec44e9
commit 89ab742f8e
8 changed files with 15 additions and 14 deletions

View File

@@ -222,7 +222,7 @@ local function config_view(display)
--#region System Configuration
local divs = { fac_cfg, net_cfg, log_cfg, clr_cfg, summary, import_err }
local divs = { net_cfg, log_cfg, clr_cfg, summary, import_err }
system.create(tool_ctl, main_pane, settings, divs, fac_pane, style, exit)