mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Swap priorities of Desktop Notifications and Update toasts
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
71108fcf39
commit
c4d6367a17
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ export const showToast = () => {
|
||||||
onReject,
|
onReject,
|
||||||
},
|
},
|
||||||
component: GenericToast,
|
component: GenericToast,
|
||||||
priority: 20,
|
priority: 30,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st
|
||||||
onAccept,
|
onAccept,
|
||||||
},
|
},
|
||||||
component: GenericToast,
|
component: GenericToast,
|
||||||
priority: 30,
|
priority: 20,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue