From f7f0a59ea6b995d3a10b80e8ea1dc6eb75b049c0 Mon Sep 17 00:00:00 2001 From: NguyenTranHoangSym Date: Tue, 10 Oct 2023 14:41:08 +0700 Subject: [PATCH] SDA-4214: Update Toast notification to use toolbar --- src/renderer/notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/notification.ts b/src/renderer/notification.ts index 28973d42..653b951a 100644 --- a/src/renderer/notification.ts +++ b/src/renderer/notification.ts @@ -655,6 +655,7 @@ class Notification extends NotificationHandler { frame: false, transparent: true, fullscreenable: false, + type: 'toolbar', acceptFirstMouse: true, title: NOTIFICATION_WINDOW_TITLE, webPreferences: {