Wizard: render module kind in module dependencies chooser
This commit is contained in:
-3
@@ -5,6 +5,3 @@ interface DisplayableSettingItem {
|
||||
val greyText: String?
|
||||
get() = null
|
||||
}
|
||||
|
||||
val DisplayableSettingItem.fullText
|
||||
get() = text + greyText?.let { "($it)" }.orEmpty()
|
||||
|
||||
Reference in New Issue
Block a user