fix: clear boot window to prevent future monitor write interference

This commit is contained in:
MayaTheShy
2026-03-22 19:00:39 -04:00
parent fdc3c36cd7
commit 381951bd91

View File

@@ -311,6 +311,11 @@ local function main()
end
ops.refreshCache(drawBoot)
-- Destroy boot window so it doesn't intercept future monitor writes
buf.setVisible(true)
buf.clear()
buf = nil
else
ops.refreshCache()
end