Add checkboxes for badge/sound settings

This commit is contained in:
Matthew Remmel
2025-09-23 10:25:11 -04:00
committed by hodlbod
parent d1c6f53d7c
commit 5cb22d0bed
2 changed files with 50 additions and 6 deletions
+12
View File
@@ -425,6 +425,18 @@ export const dmAlert = derived(alerts, $alerts =>
}),
)
export const showUnreadBadge = synced({
key: "showUnreadBadge",
defaultValue: true,
storage: preferencesStorageProvider,
})
export const playAlertSound = synced({
key: "playAlertSound",
defaultValue: true,
storage: preferencesStorageProvider,
})
// Alert Statuses
export type AlertStatus = {