design: New notification sound

pull/605/head
krille-chan 1 year ago
parent ea75e98c37
commit 52457a3320
No known key found for this signature in database

Binary file not shown.

@ -57,8 +57,7 @@ extension LocalNotificationsExtension on MatrixState {
); );
if (kIsWeb) { if (kIsWeb) {
html.AudioElement() html.AudioElement()
..src = ..src = 'assets/assets/sounds/notification.ogg'
'assets/assets/sounds/WoodenBeaver_stereo_message-new-instant.ogg'
..autoplay = true ..autoplay = true
..load(); ..load();
html.Notification( html.Notification(

Loading…
Cancel
Save