changes for deprecated ui methods - recolor milo - make turtle scripts run again - mob rancher improvements

This commit is contained in:
kepler155c@gmail.com
2020-04-17 20:41:58 -06:00
parent 3246579ab1
commit 949c485539
39 changed files with 258 additions and 122 deletions

View File

@@ -49,7 +49,7 @@ local function buildLockScreen()
#self.pass.value > 0 and
Security.verifyPassword(SHA.compute(self.pass.value)) then
UI:exitPullEvents() -- valid
UI:quit() -- valid
else
self.notification:error('Invalid password', math.max(counter, 2))
self:sync()
@@ -66,7 +66,7 @@ local function buildLockScreen()
Event.onTerminate(function() return false end)
UI:setPage(page)
UI:pullEvents()
UI:start()
-- restart lock timer
timer = os.startTimer(config.timeout)