Skip to content

Commit

Permalink
Show presets when using ufdata
Browse files Browse the repository at this point in the history
  • Loading branch information
adlez27 committed Feb 16, 2024
1 parent e7f3bef commit b499e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jsMain/kotlin/ui/configuration/PhonemesConversion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ private fun ChildrenBuilder.buildPhonemesConversionDetail(
}
PhonemesMappingRequest.Presets
.filter { preset ->
props.sourceFormat in preset.sourceFormats &&
props.targetFormat in preset.targetFormats
props.sourceFormat in preset.sourceFormats + Format.UfData &&
props.targetFormat in preset.targetFormats + Format.UfData
}
.forEach { preset ->
MenuItem {
Expand Down

0 comments on commit b499e40

Please sign in to comment.