From 32788bbb9a4d27ac4e96b2921e81d6a531d29b10 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Wed, 16 Oct 2024 15:40:38 +0530 Subject: [PATCH] SDA-4705 - Move notification to the top to fix full screen issue (#2216) --- src/renderer/notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/notification.ts b/src/renderer/notification.ts index 845ba445a..e94cc65cb 100644 --- a/src/renderer/notification.ts +++ b/src/renderer/notification.ts @@ -249,6 +249,7 @@ class Notification extends NotificationHandler { if (notificationWindow.displayTimer) { clearTimeout(notificationWindow.displayTimer); } + notificationWindow.moveTop(); // Reset notification window size to default notificationWindow.setSize( notificationSettings.width,