#353 fixed auto lock not restoring on reconnect

This commit is contained in:
Mikayla Fischler
2023-10-14 17:57:50 -04:00
parent f95ac8be8c
commit 24c787f47d
4 changed files with 11 additions and 7 deletions

View File

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