Skip to content

Commit 9da35dd

Browse files
authored
Merge pull request #335 from DeadlyDoll/patch-1
Update notifications.service.ts
2 parents a5082c3 + 2d7b5e6 commit 9da35dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/notifications.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export class NotificationsService {
1818
set(notification: Notification, to: boolean): Notification {
1919
notification.id = notification.override && notification.override.id ? notification.override.id : Math.random().toString(36).substring(3);
2020
notification.click = new EventEmitter<{}>();
21+
notification.clickIcon = new EventEmitter<{}>();
2122
notification.timeoutEnd = new EventEmitter<{}>();
2223

2324
this.emitter.next({command: 'set', notification: notification, add: to});

0 commit comments

Comments
 (0)