New Features #1
@ -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
|
labelDefinition.text = definition
|
||||||
|
|
||||||
contextMenu = createContextMenuForEntry(entry, resources)
|
contextMenu = createContextMenuForEntry(entry, resources)
|
||||||
|
Loading…
Reference in New Issue
Block a user