Fix async bug and add sound component for notification sound

This commit is contained in:
Matthew Remmel
2025-09-24 13:32:55 -04:00
committed by hodlbod
parent d1e5aee84e
commit e48d1e0e59
4 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
$showUnreadBadge = !$showUnreadBadge
if (!$showUnreadBadge) {
clearBadges()
await clearBadges()
}
}