mirror of https://github.com/vector-im/riot-web
Swap priorities of Desktop Notifications and Update toasts
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
71108fcf39
commit
c4d6367a17
|
@ -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,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue