continue
continue copied to clipboard
fix(jb): prevent white flash on GUI load
Description
One line fix was setting this: setOffScreenRendering(true)
this.browser = JBCefBrowser.createBuilder().setOffScreenRendering(true).build()
Checklist
- [ ] The base branch of this PR is
dev, rather thanmain - [ ] The relevant docs, if any, have been updated or created
Screenshots
[ For visual changes, include screenshots. ]
Testing
[ For new or modified features, provide step-by-step testing instructions to validate the intended behavior of the change. ]