fix: clear boot window to prevent future monitor write interference
This commit is contained in:
@@ -311,6 +311,11 @@ local function main()
|
|||||||
end
|
end
|
||||||
|
|
||||||
ops.refreshCache(drawBoot)
|
ops.refreshCache(drawBoot)
|
||||||
|
|
||||||
|
-- Destroy boot window so it doesn't intercept future monitor writes
|
||||||
|
buf.setVisible(true)
|
||||||
|
buf.clear()
|
||||||
|
buf = nil
|
||||||
else
|
else
|
||||||
ops.refreshCache()
|
ops.refreshCache()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user