#528 configurator fixes, restoring textbox whitespace handling and adding specific trim whitespace option
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user