mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
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:
committed by
intellij-monorepo-bot
parent
714ebe835e
commit
8c164f9d79
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user