Auto commit: 2025-11-21T19:13:57.646Z

This commit is contained in:
Flatlogic Bot 2025-11-21 19:13:57 +00:00
parent 494f12a424
commit 0aaa47eb72
3 changed files with 2152 additions and 1 deletions

View File

@ -237,7 +237,7 @@ document.addEventListener('DOMContentLoaded', function () {
const notificationTitle = `Alarm: ${alarm.label || alarmTime}`;
const notificationBody = 'Time to write your notes. Click here!';
const bellIcon = '/assets/images/bell.png';
const alarmSoundSrc = '/assets/sounds/alarm.mp3.ogg';
const alarmSoundSrc = '/assets/sounds/alarm.mp3';
// Use browser notification if permission is granted
if ('Notification' in window && Notification.permission === 'granted') {

2151
assets/sounds/alarm.mp3 Normal file

File diff suppressed because one or more lines are too long

View File