Skip to content

Commit

Permalink
refactor(ui): remove off-screen rendering setting in WebViewWindow
Browse files Browse the repository at this point in the history
The off-screen rendering setting was removed from the WebViewWindow initialization as it is no longer needed. This simplifies the browser creation process.
  • Loading branch information
phodal committed Jan 9, 2025
1 parent 8965270 commit 4def627
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class WebViewWindow {
init {
browser = try {
JBCefBrowser.createBuilder()
.setOffScreenRendering(JBCefApp.isOffScreenRenderingModeEnabled())
.build()
} catch (e: Exception) {
JBCefBrowser()
Expand Down

0 comments on commit 4def627

Please sign in to comment.