Skip to content

Commit

Permalink
Remove code that should never have been shipped
Browse files Browse the repository at this point in the history
YOLO because that's the only thing we can do
  • Loading branch information
rock3r authored Sep 19, 2023
1 parent 33c2750 commit 881dd19
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fun ToolWindow.addComposeTab(
isCloseable: Boolean = false,
content: @Composable () -> Unit,
) {
System.setProperty("compose.swing.render.on.graphics", "true")
val composePanel = ComposePanel()
composePanel.setContent(content)
val tabContent = contentManager.factory.createContent(composePanel, tabDisplayName, isLockable)
Expand Down

0 comments on commit 881dd19

Please sign in to comment.