Wizard: render module kind in module dependencies chooser

This commit is contained in:
Ilya Kirillov
2020-03-23 01:05:04 +03:00
parent 545abcc667
commit b2423c1096
3 changed files with 18 additions and 7 deletions
@@ -5,6 +5,3 @@ interface DisplayableSettingItem {
val greyText: String?
get() = null
}
val DisplayableSettingItem.fullText
get() = text + greyText?.let { "($it)" }.orEmpty()