Skip to content
Snippets Groups Projects
Commit ac3c6680 authored by David Dorchies's avatar David Dorchies
Browse files

Merge branch '640-electron-ajouter-un-message-d-avertissement-de-transition-vers-pwa' into 'devel'

Resolve "Electron: ajouter un message d'avertissement de transition vers PWA"

Closes #640

See merge request !240
parents 07a36de3 fe1c93f1
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!240Resolve "Electron: ajouter un message d'avertissement de transition vers PWA"
Pipeline #158368 failed
......@@ -135,7 +135,7 @@ const lookForUpdates = function() {
}
let notif = new Notification({
title: `Cassiopee version ${data.latest} is available`,
body: `Click to download update installer`,
body: `The desktop distribution of Cassiopeia will no longer be updated in 2024. You are invited to use the progressive web app Cassiopée instead. Click to download update installer.`,
icon: nativeImage.createFromPath(iconPath) // @see https://github.com/electron/electron/issues/24221
});
notif.addListener("click", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment