Wizard: add arrows for module selection popup

This commit is contained in:
Ilya Kirillov
2020-04-24 19:40:00 +03:00
parent 7286fcbf39
commit 730cce93ed
@@ -72,6 +72,11 @@ class CreateModuleOrTargetPopup private constructor(
else -> null
}
override fun hasSubstep(selectedValue: DisplayableSettingItem?): Boolean =
selectedValue is TargetConfiguratorGroupWithSubItems
override fun isAutoSelectionEnabled(): Boolean = true
override fun getTextFor(value: DisplayableSettingItem): String = value.fullTextHtml
override fun onChosen(selectedValue: DisplayableSettingItem?, finalChoice: Boolean): PopupStep<*>? {