IJPL-163866 "Trust and Open Project" popup: the hint related to the Microsoft Defender is shown on macOS

GitOrigin-RevId: 36f15d7a07a8dde472dbc166fd5d3a06e37c0122
This commit is contained in:
Vera Petrenkova
2024-10-10 15:05:16 +02:00
committed by intellij-monorepo-bot
parent 714ebe835e
commit 8c164f9d79

View File

@@ -153,9 +153,9 @@ internal class TrustedProjectStartupDialog(
.apply {
component.toolTipText = null
component.addMouseMotionListener(TooltipMouseAdapter { listOf(getIdePath(), getTrustFolder(trustAll.get()).pathString) })
comment(IdeBundle.message("untrusted.project.location.comment"))
visible(isWinDefenderEnabled)
}
.comment(IdeBundle.message("untrusted.project.location.comment"))
}
}.align(AlignX.FILL + AlignY.FILL)
}