chore: Use wooden beaver sound
This commit is contained in:
parent
9a99072108
commit
9cc19fc53c
4 changed files with 4 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ extension LocalNotificationsExtension on MatrixState {
|
|||
width: 64, height: 64, method: ThumbnailMethod.crop);
|
||||
if (kIsWeb) {
|
||||
html.AudioElement()
|
||||
..src = 'assets/assets/sounds/notification.wav'
|
||||
..src =
|
||||
'assets/assets/sounds/WoodenBeaver_stereo_message-new-instant.ogg'
|
||||
..autoplay = true
|
||||
..load();
|
||||
html.Notification(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue