New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
Showing only changes of commit 86aa108e52 - Show all commits

View File

@ -110,7 +110,9 @@ internal class EntryCell(private val resources: ResourceBundle, private val conf
)
)
val definition = entry.cedictDefinitions.joinToString(separator = " / ") { it.joinToString(separator = "; ") }
val definition = entry.cedictDefinitions.joinToString(
separator = " / "
) { it.joinToString(separator = "; ") }
labelDefinition.text = definition
contextMenu = createContextMenuForEntry(entry, resources)