💬 (update)
This commit is contained in:
@@ -25,8 +25,8 @@ if (process.env.NODE_ENV === 'production') {
|
|||||||
setNotificationInstance((title, options?) =>
|
setNotificationInstance((title, options?) =>
|
||||||
sw.showNotification(title, options)
|
sw.showNotification(title, options)
|
||||||
)
|
)
|
||||||
notify('Une nouvelle version est disponible.', {
|
notify('Une nouvelle version est disponible !', {
|
||||||
body: 'Rafraichissez la page pour mettre à jour.'
|
body: `Fermer l'appli pour la mettre à jour.`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
offline() {
|
offline() {
|
||||||
|
|||||||
Reference in New Issue
Block a user