#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

@@ -7,7 +7,7 @@ local flasher = require("graphics.flasher")
local core = {}
core.version = "2.4.2"
core.version = "2.4.3"
core.flasher = flasher
core.events = events