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

View File

@@ -22,7 +22,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.5.7"
local SUPERVISOR_VERSION = "v1.5.8"
local println = util.println
local println_ts = util.println_ts