GradleScriptNotifications: typo in code
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@ class MissingGradleScriptConfigurationNotificationProvider(private val project:
|
|||||||
|
|
||||||
createActionLabel(KotlinIdeaGradleBundle.message("action.text.standalone")) {
|
createActionLabel(KotlinIdeaGradleBundle.message("action.text.standalone")) {
|
||||||
rootsManager.updateStandaloneScripts {
|
rootsManager.updateStandaloneScripts {
|
||||||
removeStandaloneScript(file.path)
|
addStandaloneScript(file.path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ class MissingGradleScriptConfigurationNotificationProvider(private val project:
|
|||||||
text("Standalone script")
|
text("Standalone script")
|
||||||
createActionLabel("Disable script") {
|
createActionLabel("Disable script") {
|
||||||
rootsManager.updateStandaloneScripts {
|
rootsManager.updateStandaloneScripts {
|
||||||
addStandaloneScript(file.path)
|
removeStandaloneScript(file.path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
contextHelp(
|
contextHelp(
|
||||||
|
|||||||
Reference in New Issue
Block a user