Added native os notifications

This commit is contained in:
2026-07-01 22:11:24 +10:00
parent d1b50e2f1a
commit 84379baf6a
19 changed files with 213 additions and 39 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ export const useNotificationStore = defineStore('notifications', () => {
latestNotification.value = notification;
unreadCount.value++;
if (notification.is_achievement) {
achievementSound.play().catch(() => {});
}
achievementSound.play().catch(() => {});
}
async function dismiss(notification: Notification) {