Compare commits

..

No commits in common. "ff9f9b574b98876b7ac0e60a05c02dc61d154d9e" and "e0995b312ce166dc484d3d41ce69eaf6173ea75f" have entirely different histories.

2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => {
total.value++
if (Capacitor.getPlatform() === "web") {
new Notification(data["subject"], {
new Notification(data["id"], {
body: data["subject"]
})
} else {