Skip to content

Commit

Permalink
Remove unneeded project refresh from TranslationTemplateConfigurable …
Browse files Browse the repository at this point in the history
…apply
  • Loading branch information
Moulberry committed May 10, 2024
1 parent a6112d6 commit 9c4a0c0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ class TranslationTemplateConfigurable(private val project: Project) : Configurab
textField().bindText(translationSettings::convertToTranslationTemplate)
.enabledIf(allowConvertToTranslationTemplate)
}

onApply {
for (project in ProjectManager.getInstance().openProjects) {
ProjectView.getInstance(project).refresh()
}
}
}
innerPanel.add(dialogPanel, GridConstraints(), 0)

Expand Down

0 comments on commit 9c4a0c0

Please sign in to comment.