mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
IDEA-343983 [NPW] fix: removed tooltips for all project generators in the left tray of NPW
GitOrigin-RevId: d0dc7c7a9f5420cc7261f150997d3c63f5d3bb08
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d78250cf1a
commit
008bb472fa
@@ -372,10 +372,6 @@ internal class ProjectTypeList(
|
||||
return value.group.name
|
||||
}
|
||||
|
||||
override fun getTooltipFor(value: TemplateGroupItem): String? {
|
||||
return value.group.description
|
||||
}
|
||||
|
||||
override fun getIconFor(value: TemplateGroupItem): Icon {
|
||||
return value.group.icon ?: EmptyIcon.ICON_16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user