You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Swap priorities of Desktop Notifications and Update toasts
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ export const showToast = () => {
|
||||
onReject,
|
||||
},
|
||||
component: GenericToast,
|
||||
priority: 20,
|
||||
priority: 30,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st
|
||||
onAccept,
|
||||
},
|
||||
component: GenericToast,
|
||||
priority: 30,
|
||||
priority: 20,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user