This reverts commit 15aa81c851.
15aa81c851
@ -23,9 +23,8 @@ internal fun RemoteConnection.receiveAttach(
listener?.onError(
"Compose Multiplatform Gradle plugin version is not compatible with Intellij plugin version"
)
} else {
fn()
}
@ -39,7 +39,7 @@ internal class PreviewPanel(private val myProject: Project) : JBPanel<PreviewPan
clear()
appendLine(
AllIcons.General.Error,
"Preview encountered an error",
"Preview rendering encountered an error",
SimpleTextAttributes.REGULAR_ATTRIBUTES,
null