We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20757e commit dfdfe5fCopy full SHA for dfdfe5f
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/actions/GenerateTestsAction.kt
@@ -13,7 +13,7 @@ class GenerateTestsAction : AnAction() {
13
14
override fun update(e: AnActionEvent) {
15
val languageAssistant = LanguageAssistant.get(e)
16
- if (languageAssistant == null || !accessByProjectSettings(e)) {
+ if (languageAssistant == null) {
17
e.presentation.isEnabled = false
18
} else {
19
languageAssistant.update(e)
0 commit comments