Skip to content

Commit

Permalink
SDA-4705 - Move notification to the top to fix full screen issue (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan authored Oct 16, 2024
1 parent e6a733f commit 32788bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 32788bb

Please sign in to comment.