We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9ca2d commit 34ad60cCopy full SHA for 34ad60c
utbot-ui-commons/src/main/kotlin/org/utbot/intellij/plugin/ui/Notifications.kt
@@ -37,7 +37,7 @@ abstract class Notifier {
37
protected open val notificationDisplayType = NotificationDisplayType.BALLOON
38
39
protected val notificationGroup: NotificationGroup
40
- get() = NotificationGroup(displayId, notificationDisplayType)
+ get() = NotificationGroup.findRegisteredGroup(displayId) ?: NotificationGroup(displayId, notificationDisplayType)
41
}
42
43
abstract class WarningNotifier : Notifier() {
0 commit comments