#145 fixed oversized listboxes

This commit is contained in:
Mikayla Fischler
2024-02-19 13:54:23 -05:00
parent bb062cf397
commit bbc64c8dc2
8 changed files with 21 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.2.6"
local SUPERVISOR_VERSION = "v1.2.7"
local println = util.println
local println_ts = util.println_ts