From 96c7c9165ffc9127cdc3bd09694da73d7aa35ef2 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Wed, 16 Oct 2024 15:40:45 +0530 Subject: [PATCH] SDA-4705 - Move notification to the top to fix full screen issue (#2215) --- 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,