diff --git a/src/toasts/DesktopNotificationsToast.ts b/src/toasts/DesktopNotificationsToast.ts index 02f0730759..413e82e20b 100644 --- a/src/toasts/DesktopNotificationsToast.ts +++ b/src/toasts/DesktopNotificationsToast.ts @@ -41,7 +41,7 @@ export const showToast = () => { onReject, }, component: GenericToast, - priority: 20, + priority: 30, }); }; diff --git a/src/toasts/UpdateToast.tsx b/src/toasts/UpdateToast.tsx index 55c128e86a..3d4b55a4ff 100644 --- a/src/toasts/UpdateToast.tsx +++ b/src/toasts/UpdateToast.tsx @@ -81,7 +81,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st onAccept, }, component: GenericToast, - priority: 30, + priority: 20, }); };