Compare commits
2 Commits
e0995b312c
...
ff9f9b574b
| Author | SHA1 | Date | |
|---|---|---|---|
| ff9f9b574b | |||
| 86b7fd85af |
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 78 KiB |
@@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => {
|
||||
total.value++
|
||||
|
||||
if (Capacitor.getPlatform() === "web") {
|
||||
new Notification(data["id"], {
|
||||
new Notification(data["subject"], {
|
||||
body: data["subject"]
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user