diff --git a/src/app/notifications/call-notification.ts b/src/app/notifications/call-notification.ts index 83e1a5b7..a02e5b10 100644 --- a/src/app/notifications/call-notification.ts +++ b/src/app/notifications/call-notification.ts @@ -64,8 +64,7 @@ class CallNotification { ) => { if ( this.callNotificationWindow && - windowExists(this.callNotificationWindow) && - this.callNotificationWindow.notificationData?.id + windowExists(this.callNotificationWindow) ) { this.callNotificationWindow.notificationData = callNotificationData; this.callNotificationWindow.winName = apiName.notificationWindowName; diff --git a/src/renderer/styles/call-notification.less b/src/renderer/styles/call-notification.less index c8bc939a..d144872f 100644 --- a/src/renderer/styles/call-notification.less +++ b/src/renderer/styles/call-notification.less @@ -148,6 +148,7 @@ body { height: 19px; padding: 0 4px; align-items: center; + display: flex; } .caller-role {