design: New notification sound
This commit is contained in:
parent
ea75e98c37
commit
52457a3320
3 changed files with 1 additions and 2 deletions
Binary file not shown.
BIN
assets/sounds/notification.ogg
Normal file
BIN
assets/sounds/notification.ogg
Normal file
Binary file not shown.
|
|
@ -57,8 +57,7 @@ extension LocalNotificationsExtension on MatrixState {
|
|||
);
|
||||
if (kIsWeb) {
|
||||
html.AudioElement()
|
||||
..src =
|
||||
'assets/assets/sounds/WoodenBeaver_stereo_message-new-instant.ogg'
|
||||
..src = 'assets/assets/sounds/notification.ogg'
|
||||
..autoplay = true
|
||||
..load();
|
||||
html.Notification(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue