Open TRUSTED_PROJECTS_HELP_TOPIC for MPS

GitOrigin-RevId: 5ee1941ddca5e9b991c909d63975bbf7bcae1e65
This commit is contained in:
Elena Shaverdova
2024-09-20 13:31:26 +02:00
committed by intellij-monorepo-bot
parent d0a59d8f4d
commit 0653f59f3c

View File

@@ -104,7 +104,11 @@ interface TrustStateListener {
}
}
internal const val TRUSTED_PROJECTS_HELP_TOPIC: String = "Project_security"
/**
* Used in MPS
*/
@ApiStatus.Internal
const val TRUSTED_PROJECTS_HELP_TOPIC: String = "Project_security"
private class ShowTrustProjectDialogAction : DumbAwareAction() {
override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.BGT